Skip to content

Commit

Permalink
Merge tag '2.0.5' into develop
Browse files Browse the repository at this point in the history
Fix pypi docs.
  • Loading branch information
manuphatak committed Dec 7, 2015
2 parents 56c4241 + 5ccd548 commit ff62081
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hangman/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@

__author__ = 'Manu Phatak'
__email__ = 'bionikspoon@gmail.com'
__version__ = '2.0.4'
__version__ = '2.0.5'
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.4
current_version = 2.0.5
commit = True
tag = False
tag_name = {new_version}
Expand All @@ -10,3 +10,4 @@ tag_name = {new_version}

[wheel]
universal = 1

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def run_tests(self):

setup( # :off
name='python_hangman',
version='2.0.4',
version='2.0.5',
description='Python Hangman TDD demonstration.',
long_description='\n\n'.join([readme, __doc__, history]),
author='Manu Phatak',
Expand Down

0 comments on commit ff62081

Please sign in to comment.