From 9b7204957628f67175a449ad9113b8cf92d60c22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Val=C3=A9rio?= Date: Wed, 8 Jan 2020 18:44:37 +0000 Subject: [PATCH] bump version --- django_cryptolock/__init__.py | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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]