From ec544f3be5a70d04bafa966aa628f34cbbc22939 Mon Sep 17 00:00:00 2001 From: Renan Ivo Date: Thu, 28 Sep 2017 19:14:11 -0300 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.0=20=E2=86=92=201.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0b1b4af..cd48087 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.0 +current_version = 1.0.1 commit = True tag = True tag_name = {new_version} diff --git a/setup.py b/setup.py index 44ac4f3..e6f5f39 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(fname): setup( name='pytest-testdox', - version='1.0.0', + version='1.0.1', description='A testdox format reporter for pytest', long_description=read('README.rst'), author='Renan Ivo',