summaryrefslogtreecommitdiff
path: root/pies2overrides
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2013-11-13 22:51:33 -0500
committerTimothy Crosley <timothy.crosley@gmail.com>2013-11-13 22:51:33 -0500
commit10e50aac751aeeb719016917c845927047acc447 (patch)
tree12839108c344f5a05b2c1f87211e0b6962cf0fd9 /pies2overrides
parentba6d10fed43ec9a8a8eec0646e27212a62d81b51 (diff)
downloadpies-10e50aac751aeeb719016917c845927047acc447.tar.gz
Bump version to 2.0.0
Diffstat (limited to 'pies2overrides')
-rw-r--r--pies2overrides/setup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pies2overrides/setup.py b/pies2overrides/setup.py
index ddbc6aa..abef0dd 100644
--- a/pies2overrides/setup.py
+++ b/pies2overrides/setup.py
@@ -10,12 +10,12 @@ if sys.version < '2.7':
install_requires += ['ordereddict', 'argparse']
setup(name='pies2overrides',
- version='1.0.0',
+ version='2.0.0',
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-1.0.0.tar.gz?raw=true',
+ download_url='https://github.com/timothycrosley/pies/blob/master/pies2overrides/dist/pies2overrides-2.0.0.tar.gz?raw=true',
license="MIT",
install_requires=install_requires,
requires=install_requires,