From cdd6cb348a724de80574bb13146b8c7db9c6a2ab Mon Sep 17 00:00:00 2001 From: Bumpversion after CI Date: Sat, 28 Jul 2018 07:27:03 +0000 Subject: [PATCH] Bump version: 0.0.6 -> 0.0.7 [ci skip] --- .bumpversion.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index f7134b5..ff52fd2 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.6 +current_version = 0.0.7 tag = True commit = True message = Bump version: {current_version} -> {new_version} [ci skip] diff --git a/setup.py b/setup.py index 6a92ea5..2c61ea1 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='invoicex-gui', - version='0.0.6', + version='0.0.7', author='Harshit Joshi', author_email='harshit.joshi@outlook.com', url='https://github.com/invoice-x/invoicex-gui',