From ec250d3a721df9ebdab39ab551a912ebdcab0088 Mon Sep 17 00:00:00 2001 From: Raphael Pierzina Date: Mon, 28 Mar 2016 19:07:12 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- setup.cfg | 3 ++- setup.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 4c6eec0..1ab82a8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.0 +current_version = 0.2.0 commit = True tag = True tag_name = {new_version} @@ -7,3 +7,4 @@ files = setup.py [bdist_wheel] universal = 1 + diff --git a/setup.py b/setup.py index 2c27fef..0b280fd 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ def read(fname): setup( name='pytest-cookies', - version='0.1.0', + version='0.2.0', author='Raphael Pierzina', author_email='raphael@hackebrot.de', maintainer='Raphael Pierzina',