summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2014-01-14 06:24:19 -0500
committerTimothy Crosley <timothy.crosley@gmail.com>2014-01-14 06:24:19 -0500
commitf57d1ee13f673f9a1392a310ec75426e8f283a81 (patch)
tree493149492bea08f4fccf89d56d98957fe214d532
parent79f20ad327fb6d443427813be6bd5430426abaa9 (diff)
downloadpies-f57d1ee13f673f9a1392a310ec75426e8f283a81.tar.gz
Bump version to 2.5.3
-rw-r--r--setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.py b/setup.py
index b12fd65..32e0740 100644
--- a/setup.py
+++ b/setup.py
@@ -24,13 +24,13 @@ except (IOError, ImportError, OSError, RuntimeError):
readme = ''
setup(name='pies',
- version='2.5.2',
+ version='2.5.3',
description='The simplest way to write one program that runs on both Python 2 and Python 3.',
long_description=readme,
author='Timothy Crosley',
author_email='timothy.crosley@gmail.com',
url='https://github.com/timothycrosley/pies',
- download_url='https://github.com/timothycrosley/pies/blob/master/dist/pies-2.5.2.tar.gz?raw=true',
+ download_url='https://github.com/timothycrosley/pies/blob/master/dist/pies-2.5.3.tar.gz?raw=true',
license="MIT",
install_requires=install_requires,
requires=install_requires,