diff --git a/setup.py b/setup.py index 251123b..d6b32cf 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ setup( name='django-autotranslate', - version='1.2.0', + version='1.3.0', packages=find_packages(), install_requires=requirements, include_package_data=True,