Skip to content

Commit

Permalink
Bump version: 0.2.0 → 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paetzke committed Feb 17, 2014
1 parent 1525d6b commit 195ee5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.0
current_version = 0.3.0
files = setup.py dotter/__init__.py
commit = True

2 changes: 1 addition & 1 deletion dotter/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
from .dotter import Dotter, Program, RankType, Shape

__version__ = '0.2.0'
__version__ = '0.3.0'
__author__ = 'Friedrich Paetzke'
__license__ = 'BSD'
__copyright__ = 'Copyright 2013-2014 Friedrich Paetzke'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
py_modules=['dotter'],
description='Dotter is a graphviz wrapper for Python 2 and 3',
long_description=(open('README.rst').read()),
version='0.2.0',
version='0.3.0',
license='BSD',
author='Friedrich Paetzke',
author_email='f.paetzke@gmail.com',
Expand Down

0 comments on commit 195ee5c

Please sign in to comment.