Skip to content

Commit

Permalink
Bump version: 0.3.5 → 0.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
peritus committed Nov 8, 2013
1 parent 3bb9b42 commit d9ee20e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
files = setup.py bumpversion/__init__.py
commit = True
tag = True
current_version = 0.3.6

2 changes: 1 addition & 1 deletion bumpversion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import codecs
sys.stdout = codecs.getwriter('utf8')(sys.stdout)

__VERSION__ = '0.3.5'
__VERSION__ = '0.3.6'

DESCRIPTION = 'Bumpversion: v{} (using Python v{})'.format(
__VERSION__,
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='bumpversion',
version='0.3.5',
version='0.3.6',
url='https://github.com/peritus/bumpversion',
author='Filip Noetzel',
author_email='[email protected]',
Expand Down

0 comments on commit d9ee20e

Please sign in to comment.