diff --git a/setup.py b/setup.py index b2d12e6..677182c 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='3.1', + version='3.2', packages=find_packages(), include_package_data=True, license='MIT License',