From ddc385b2c16ed2234c9327768b5796ed69885459 Mon Sep 17 00:00:00 2001 From: Friedrich Paetzke Date: Thu, 31 Dec 2015 13:49:42 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 3 +-- setup.py | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 843265e..e870ac3 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,4 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.5.0 files = setup.py dotter/__init__.py commit = True - diff --git a/setup.py b/setup.py index 94c623b..51ebeb4 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ py_modules=['dotter'], description='Dotter is a graphviz wrapper for Python 2 and 3', long_description=(open('README.rst').read()), - version='0.4.0', + version='0.5.0', license='BSD', author='Friedrich Paetzke', author_email='paetzke@fastmail.fm',