From 575cfb85440eddfd83ba709eb57ceb10cd07fd7b Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Thu, 7 May 2015 03:48:08 -0400 Subject: Bump version to 2.6.4 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 697d15d..a724c42 100644 --- a/setup.py +++ b/setup.py @@ -24,13 +24,13 @@ except (IOError, ImportError, OSError, RuntimeError): readme = '' setup(name='pies', - version='2.6.3', + version='2.6.4', 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.6.3.tar.gz?raw=true', + download_url='https://github.com/timothycrosley/pies/blob/master/dist/pies-2.6.4.tar.gz?raw=true', license="MIT", install_requires=install_requires, extras_require={':python_version=="2.6" or python_version=="2.7"': ['pies2overrides', 'enum34'], -- cgit v1.2.1