diff --git a/setup.py b/setup.py index 962d609..9121223 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='1.1', + version='1.2', packages=find_packages(), include_package_data=True, license='MIT License',