diff --git a/setup.py b/setup.py index dd76e7e..513b2d6 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='4.6a3', + version='5.0a1', packages=find_packages(exclude=['tests']), include_package_data=True, license='MIT License',