diff --git a/django_cryptolock/__init__.py b/django_cryptolock/__init__.py index f102a9c..3b93d0b 100644 --- a/django_cryptolock/__init__.py +++ b/django_cryptolock/__init__.py @@ -1 +1 @@ -__version__ = "0.0.1" +__version__ = "0.0.2" diff --git a/setup.cfg b/setup.cfg index 477d5fa..2f85223 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,7 +1,7 @@ [bumpversion] -current_version = 0.0.1 +current_version = 0.0.2 commit = True -tag = True +tag = False [bumpversion:file:setup.py]