Skip to content

Commit

Permalink
Bump version: 0.0.4 → 0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Douglas Farinelli committed Feb 14, 2018
1 parent e8878d8 commit 617c2c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion awsenviron.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

import boto3

__version__ = str('0.0.4')
__version__ = str('0.0.5')


def load_from_parameter_store(path, **config):
Expand Down
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.0.4
current_version = 0.0.5
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 @@ -13,7 +13,7 @@ def read(fname):
setup(
name='awsenviron',
license='MIT',
version='0.0.4',
version='0.0.5',
url='https://github.com/douglasfarinelli/python-awsenviron',
author='Douglas Farinelli',
author_email='douglas.farinelli@gmail.com',
Expand Down

0 comments on commit 617c2c8

Please sign in to comment.