You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: setup.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
8
8
setup(
9
9
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
11
11
license='MIT',
12
12
py_modules=["django_case_insensitive_field"], # Name of the python package # Chose a license from here: https://help.github.com/articles/licensing-a-repository
13
13
description="Django Case Insensitive Field is used to make Django Model Field case insensitive - by default Django can't do this.",
0 commit comments