diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4bab59c..9cad686 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,5 +1,5 @@ -0.5.0 (unreleased) +0.4.1 (2017-02-14) ------------------ - Fixed a couple of string Python2/3 bugs. diff --git a/setup.py b/setup.py index b44df5f..5ee8c1c 100644 --- a/setup.py +++ b/setup.py @@ -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',