From 3114bcd1c58e935bddd2db3dcdf01501be700ad7 Mon Sep 17 00:00:00 2001 From: Bumpversion after CI Date: Sat, 28 Jul 2018 07:08:34 +0000 Subject: [PATCH] Bump version: 0.0.4 -> 0.0.5 [ci skip] --- .bumpversion.cfg | 5 +++-- setup.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 34062a9..c8b0152 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,8 @@ [bumpversion] -current_version = 0.0.4 +current_version = 0.0.5 tag = True commit = True message = Bump version: {current_version} -> {new_version} [ci skip] -[bumpversion:file:setup.py] \ No newline at end of file +[bumpversion:file:setup.py] + diff --git a/setup.py b/setup.py index 37f4223..5d3499f 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='invoicex-gui', - version='0.0.4', + version='0.0.5', author='Harshit Joshi', author_email='harshit.joshi@outlook.com', url='https://github.com/invoice-x/invoicex-gui',