From 1361c5eea44c59dcfd314dd186fc55b709bf3b1e Mon Sep 17 00:00:00 2001 From: Nekmo Date: Mon, 16 Apr 2018 01:32:42 +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 +- google_keep_tasks/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 3b999a8..0690fb4 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 diff --git a/google_keep_tasks/__init__.py b/google_keep_tasks/__init__.py index 07debe4..1032f08 100644 --- a/google_keep_tasks/__init__.py +++ b/google_keep_tasks/__init__.py @@ -1,2 +1,2 @@ -__version__ = '0.1.0' \ No newline at end of file +__version__ = '0.1.1' \ No newline at end of file