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