Skip to content

Commit d0e6f7c

Browse files
authored
🎉 new release
1 parent 0efd106 commit d0e6f7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
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.6', # Start with a small number and increase it with every change you make
10+
version = '1.0.7', # 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.",
@@ -16,7 +16,7 @@
1616
long_description=long_description, # Long description read from the the readme file
1717
long_description_content_type="text/markdown",
1818
url = 'https://github.com/iamoracle/django_case_insensitive_field', # Provide either the link to your github or to your website
19-
download_url = 'https://github.com/iamoracle/django_case_insensitive_field/archive/refs/tags/v1.0.4.tar.gz', # I explain this later on
19+
download_url = 'https://github.com/iamoracle/django_case_insensitive_field/archive/refs/tags/v1.0.7.tar.gz', # I explain this later on
2020
keywords = ['Django', 'Case Insensitive', 'Field', 'How to make Django Field', 'make django case insensitive'], # Keywords that define your package best
2121
install_requires=[],
2222
classifiers=[

0 commit comments

Comments
 (0)