From 65272462b1b85a595fc5dd2b9705ed6865be734e Mon Sep 17 00:00:00 2001 From: Nekmo Date: Mon, 31 Jan 2022 02:53:11 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- google_keep_tasks/__init__.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index ac19fc7..e4d6c86 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,6 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = True tag = True [bumpversion:file:google_keep_tasks/__init__.py] - diff --git a/google_keep_tasks/__init__.py b/google_keep_tasks/__init__.py index c553ab2..f6bccde 100644 --- a/google_keep_tasks/__init__.py +++ b/google_keep_tasks/__init__.py @@ -1,2 +1,2 @@ -__version__ = '1.0.0' \ No newline at end of file +__version__ = '1.0.1' \ No newline at end of file