Skip to content

Commit add4f04

Browse files
authored
🎉 new version
1 parent 951110b commit add4f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name = 'django_case_insensitive_field', # How you named your package folder (MyLib)
10-
version = '1.0.5', # Start with a small number and increase it with every change you make
10+
version = '1.0.6', # Start with a small number and increase it with every change you make
1111
license='MIT',
1212
py_modules=["django_case_insensitive_field"], # Name of the python package # Chose a license from here: https://help.github.com/articles/licensing-a-repository
1313
description = "Django Case Insensitive Field is used to make Django Model Field case insensitive - by default Django can't do this.",

0 commit comments

Comments
 (0)