From 3a0b3134d18db3290df7a832dc19eb9e43ad4924 Mon Sep 17 00:00:00 2001 From: Dileep Kishore Date: Tue, 18 Sep 2018 21:42:37 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.2.0=20=E2=86=92=200.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beeminder_sync/__init__.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/beeminder_sync/__init__.py b/beeminder_sync/__init__.py index 1f23459..e22f56a 100644 --- a/beeminder_sync/__init__.py +++ b/beeminder_sync/__init__.py @@ -4,7 +4,7 @@ __author__ = """Dileep Kishore""" __email__ = 'k.dileep1994@gmail.com' -__version__ = '0.2.0' +__version__ = '0.2.1' import pathlib import os diff --git a/setup.cfg b/setup.cfg index 229983f..7444229 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.0 +current_version = 0.2.1 commit = True tag = True diff --git a/setup.py b/setup.py index e3b353b..606c3a5 100644 --- a/setup.py +++ b/setup.py @@ -51,6 +51,6 @@ test_suite='tests', tests_require=test_requirements, url='https://github.com/dileep-kishore/beeminder_sync', - version='0.2.0', + version='0.2.1', zip_safe=False, )