diff --git a/setup.py b/setup.py index ca54e79..6085ffc 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ name="django-crispy-formset-modal", packages=["crispy_formset_modal"], include_package_data=True, - version="0.10", + version="0.11", description="Django app that provides an easy way to manage and manipulate formsets using modals with Django Crispy Forms.", long_description=open("README.md").read(), long_description_content_type="text/markdown",