summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2014-01-14 06:23:25 -0500
committerTimothy Crosley <timothy.crosley@gmail.com>2014-01-14 06:23:25 -0500
commit79f20ad327fb6d443427813be6bd5430426abaa9 (patch)
treee7b88dae9ef10ee63a287af3c4e81ff8154bcf08
parent3f31410ea3d5eadf8bb25d37369824e8064f7913 (diff)
downloadpies-79f20ad327fb6d443427813be6bd5430426abaa9.tar.gz
Bump version to 2.5.3
-rw-r--r--pies2overrides/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pies2overrides/setup.py b/pies2overrides/setup.py
index 04ad026..5bb9c9d 100644
--- a/pies2overrides/setup.py
+++ b/pies2overrides/setup.py
@@ -14,12 +14,12 @@ if sys.version_info[0] == 2 and sys.version_info[1] < 7:
install_requires += ['ordereddict', 'argparse']
setup(name='pies2overrides',
- version='2.5.2',
+ version='2.5.3',
description='Defines override classes that should be included with pies only if running on Python2.',
author='Timothy Crosley',
author_email='timothy.crosley@gmail.com',
url='https://github.com/timothycrosley/pies',
- download_url='https://github.com/timothycrosley/pies/blob/master/pies2overrides/dist/pies2overrides-2.5.2.tar.gz?raw=true',
+ download_url='https://github.com/timothycrosley/pies/blob/master/pies2overrides/dist/pies2overrides-2.5.3.tar.gz?raw=true',
license="MIT",
install_requires=install_requires,
requires=install_requires,