From cff1a0a4478c17d4f970d133c06abbf6945b6a5e Mon Sep 17 00:00:00 2001 From: Audrey Roy Greenfeld Date: Thu, 3 Aug 2017 08:53:25 -0700 Subject: [PATCH] Tag 0.4.4 --- binaryornot/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/binaryornot/__init__.py b/binaryornot/__init__.py index df6f12b..518255b 100644 --- a/binaryornot/__init__.py +++ b/binaryornot/__init__.py @@ -1,3 +1,3 @@ __author__ = 'Audrey Roy' __email__ = 'audreyr@gmail.com' -__version__ = '0.4.3' +__version__ = '0.4.4' diff --git a/setup.py b/setup.py index 68a4f5b..a0c9e14 100755 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ with open('HISTORY.rst') as history_file: history = history_file.read().replace('.. :changelog:', '') -version = '0.4.3' +version = '0.4.4' if sys.argv[-1] == 'publish': os.system('python setup.py sdist bdist_wheel upload')