From f56c4fb31d7fdddd799675d3a427e91293e53a16 Mon Sep 17 00:00:00 2001 From: veit Date: Thu, 13 May 2021 18:19:47 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- VERSION | 2 +- securepasswords/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7a16d1d..442de5d 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.1.1 commit = True tag = True tag_name = {new_version} diff --git a/VERSION b/VERSION index 6c6aa7c..6da28dd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.0 \ No newline at end of file +0.1.1 \ No newline at end of file diff --git a/securepasswords/__init__.py b/securepasswords/__init__.py index 0a922d7..3b57a67 100644 --- a/securepasswords/__init__.py +++ b/securepasswords/__init__.py @@ -1,3 +1,3 @@ default_app_config = "securepasswords.apps.SecurePasswordsConfig" -VERSION = "0.1.0" +VERSION = "0.1.1"