diff --git a/setup.py b/setup.py index ad2491d..fd166ba 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.4', + version='4.5', packages=find_packages(exclude=['tests']), include_package_data=True, license='MIT License',