summaryrefslogtreecommitdiff
path: root/pies2overrides
diff options
context:
space:
mode:
authorTimothy Crosley <timothy.crosley@gmail.com>2015-05-07 03:48:08 -0400
committerTimothy Crosley <timothy.crosley@gmail.com>2015-05-07 03:48:08 -0400
commit575cfb85440eddfd83ba709eb57ceb10cd07fd7b (patch)
treeeededfa257e7a74d36aeea7e0ac59a2bae089357 /pies2overrides
parentad43e62bfbd46fea294175c187b0c8f8097fa611 (diff)
downloadpies-575cfb85440eddfd83ba709eb57ceb10cd07fd7b.tar.gz
Bump version to 2.6.4
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 beb8006..ed594d7 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.6.3',
+ version='2.6.4',
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.6.3.tar.gz?raw=true',
+ download_url='https://github.com/timothycrosley/pies/blob/master/pies2overrides/dist/pies2overrides-2.6.4.tar.gz?raw=true',
license="MIT",
install_requires=install_requires,
requires=install_requires,