From 10c5d2ce5465510404c3a119f0be4a0ee9b5ae33 Mon Sep 17 00:00:00 2001 From: Samantha Marshall Date: Wed, 4 Oct 2017 14:34:43 -0400 Subject: [PATCH] bumping version number for new release --- pyconfig/version.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyconfig/version.py b/pyconfig/version.py index eedc4ae..e977d88 100644 --- a/pyconfig/version.py +++ b/pyconfig/version.py @@ -30,4 +30,4 @@ from . import version_info -__version__ = '1.1.3 ('+version_info.remote_origin+' @ '+version_info.commit_hash+')' +__version__ = '1.1.3.1 ('+version_info.remote_origin+' @ '+version_info.commit_hash+')' diff --git a/setup.py b/setup.py index d3ec897..daa81f9 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( name = 'pyconfig', - version = '1.1.3', + version = '1.1.3.1', description = 'Tool for generating xcconfig files', url = 'https://github.com/samdmarshall/pyconfig', author = 'Samantha Marshall',