Skip to content

Commit

Permalink
Bump version: 0.7.0 → 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbolla committed Mar 11, 2019
1 parent cba876f commit e90f561
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.7.0
current_version = 0.7.1

[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.7.0',
version='0.7.1',
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 @@ -5,7 +5,7 @@
from yamlenv.types import Stream


__version__ = '0.7.0'
__version__ = '0.7.1'


def load(stream):
Expand Down

0 comments on commit e90f561

Please sign in to comment.