diff --git a/setup.py b/setup.py index 39bba81..a67c603 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ with open(os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf-8 setup( name='django-localized-fields', - version='5.0a2', + version='5.0a3', packages=find_packages(exclude=['tests']), include_package_data=True, license='MIT License',