From c1fdaa5757863528be6718e38b29eca8393e2713 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Sat, 8 Feb 2014 19:03:30 -0500 Subject: Bump version to 2.6.0 --- pies/__init__.py | 2 +- pies2overrides/setup.py | 4 ++-- setup.py | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pies/__init__.py b/pies/__init__.py index 80aa9c3..29e7ef4 100644 --- a/pies/__init__.py +++ b/pies/__init__.py @@ -28,4 +28,4 @@ CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFT OTHER DEALINGS IN THE SOFTWARE. """ -__version__ = "2.5.5" +__version__ = "2.6.0" diff --git a/pies2overrides/setup.py b/pies2overrides/setup.py index 664b697..e8e1062 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.5', + version='2.6.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-2.5.5.tar.gz?raw=true', + download_url='https://github.com/timothycrosley/pies/blob/master/pies2overrides/dist/pies2overrides-2.6.0.tar.gz?raw=true', license="MIT", install_requires=install_requires, requires=install_requires, diff --git a/setup.py b/setup.py index d733ddf..bc9bc1e 100644 --- a/setup.py +++ b/setup.py @@ -24,13 +24,13 @@ except (IOError, ImportError, OSError, RuntimeError): readme = '' setup(name='pies', - version='2.5.5', + version='2.6.0', 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.5.tar.gz?raw=true', + download_url='https://github.com/timothycrosley/pies/blob/master/dist/pies-2.6.0.tar.gz?raw=true', license="MIT", install_requires=install_requires, requires=install_requires, -- cgit v1.2.1