diff --git a/django_undeletable/__init__.py b/django_undeletable/__init__.py index 39f72ad..877995f 100644 --- a/django_undeletable/__init__.py +++ b/django_undeletable/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.6.0' +__version__ = '1.0.0' default_app_config = 'django_undeletable.apps.DjangoUndeletableConfig' diff --git a/setup.cfg b/setup.cfg index bfd6771..72ef10a 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.0 +current_version = 1.0.0 commit = True tag = True