Skip to content

Commit

Permalink
Bump version: 0.2.41 → 0.2.42
Browse files Browse the repository at this point in the history
  • Loading branch information
ibejohn818 committed May 30, 2019
1 parent b50db25 commit bf92240
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.41
current_version = 0.2.42
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

setup(
name='jh-stackformation',
version='0.2.41',
version='0.2.42',
description="AWS CloudFormation framework",
long_description=readme + '\n\n' + history,
author="John Hardy",
Expand Down
2 changes: 1 addition & 1 deletion stackformation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

__author__ = """John Hardy"""
__email__ = 'john@johnchardy.com'
__version__ = '0.2.41'
__version__ = '0.2.42'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit bf92240

Please sign in to comment.