Skip to content

Commit

Permalink
bumping version number for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
samdmarshall committed Oct 4, 2017
1 parent 07610bf commit 10c5d2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyconfig/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -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+')'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 10c5d2c

Please sign in to comment.