diff --git a/setup.py b/setup.py index 02c3fdb..00efa04 100755 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def get_requirements(): setup( name='django-markdownx', - version='1.0.2', + version='1.1.0', packages=find_packages(), include_package_data=True, description='Simple markdown editor (without any shitty UI controls) with image uploads (stored in MEDIA_ROOT folder) and live preview',