From 944c3479ca83cf75815bf516514ae089eebd1ae2 Mon Sep 17 00:00:00 2001 From: Nekmo Date: Fri, 23 Oct 2020 01:09:33 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.1=20=E2=86=92=201.0.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- google_keep_tasks/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 9cb3684..ac19fc7 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.1 +current_version = 1.0.0 commit = True tag = True diff --git a/google_keep_tasks/__init__.py b/google_keep_tasks/__init__.py index 461faea..c553ab2 100644 --- a/google_keep_tasks/__init__.py +++ b/google_keep_tasks/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.2.1' \ No newline at end of file +__version__ = '1.0.0' \ No newline at end of file