From 12f67d02f19562220dbf6286c3cea4dc6145cfbb Mon Sep 17 00:00:00 2001 From: Hengfeng Li Date: Thu, 6 Dec 2018 22:34:52 +1100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.6=20=E2=86=92=200.1.7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- VERSION | 2 +- kcpy/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d1775c5..125a779 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = False -current_version = 0.1.6 +current_version = 0.1.7 parse = (?P\d+)\.(?P\d+)\.(?P\d+)(\-(?P[a-z]+))? serialize = {major}.{minor}.{patch}-{release} diff --git a/VERSION b/VERSION index a192233..a1e1395 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.6 \ No newline at end of file +0.1.7 \ No newline at end of file diff --git a/kcpy/__init__.py b/kcpy/__init__.py index bb107e4..00c3ab2 100644 --- a/kcpy/__init__.py +++ b/kcpy/__init__.py @@ -1,5 +1,5 @@ __title__ = 'kcpy' -__version__ = '0.1.6' +__version__ = '0.1.7' __author__ = 'Hengfeng Li' __license__ = 'MIT 2018'