diff --git a/setup.py b/setup.py index 8b7c701..c6118a2 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='2.2', + version='2.3', packages=find_packages(), include_package_data=True, license='MIT License',