Skip to content

Commit

Permalink
Preparing release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
alexamici committed Feb 14, 2017
1 parent d9177cd commit 8bb728e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

0.5.0 (unreleased)
0.4.1 (2017-02-14)
------------------

- Fixed a couple of string Python2/3 bugs.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
long_description = f.read()

version = '0.5.0.dev0'
version = '0.4.1'

setup(
name='mariobros',
Expand Down

0 comments on commit 8bb728e

Please sign in to comment.