From 6f5fb94f6db093ff786454b2ea9aa64a7f92af3c Mon Sep 17 00:00:00 2001 From: Lorenzo Bolla Date: Thu, 10 Jan 2019 15:22:01 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.5.0=20=E2=86=92=200.6.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.py | 2 +- yamlenv/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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):