Skip to content

Commit

Permalink
Bump version: 0.2.40 → 0.2.41
Browse files Browse the repository at this point in the history
  • Loading branch information
ibejohn818 committed May 25, 2019
1 parent 7b78972 commit 50fb49f
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.40
current_version = 0.2.41
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.40',
version='0.2.41',
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.40'
__version__ = '0.2.41'

logger = logging.getLogger(__name__)

Expand Down

0 comments on commit 50fb49f

Please sign in to comment.