diff --git a/setup.py b/setup.py index 9c65f38..f329614 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst')) as readme: setup( name='django-localized-fields', - version='2.9', + version='2.9.1', packages=find_packages(), include_package_data=True, license='MIT License',