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