Skip to content

Commit

Permalink
Bump version: 0.5.0 → 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbolla committed Jan 10, 2019
1 parent 19c802c commit 6f5fb94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[bumpversion]
commit = True
tag = True
current_version = 0.5.0
current_version = 0.6.0

[bumpversion:file:yamlenv/__init__.py]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='yamlenv',
version='0.5.0',
version='0.6.0',
author="Lorenzo Bolla",
author_email="[email protected]",
description="Interpolate Yaml files with env vars",
Expand Down
2 changes: 1 addition & 1 deletion yamlenv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from . import env, loader


__version__ = '0.5.0'
__version__ = '0.6.0'


def load(stream):
Expand Down

0 comments on commit 6f5fb94

Please sign in to comment.