diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 94b108a..d3b16a6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.5.0 +current_version = 0.6.0 [bumpversion:file:yamlenv/__init__.py] diff --git a/setup.py b/setup.py index a5f41db..bb1c1fa 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='yamlenv', - version='0.5.0', + version='0.6.0', author="Lorenzo Bolla", author_email="lbolla@gmail.com", description="Interpolate Yaml files with env vars", diff --git a/yamlenv/__init__.py b/yamlenv/__init__.py index dc0aedc..e5fe273 100644 --- a/yamlenv/__init__.py +++ b/yamlenv/__init__.py @@ -3,7 +3,7 @@ from . import env, loader -__version__ = '0.5.0' +__version__ = '0.6.0' def load(stream):