From e90f561985d015c7c05664317930fb3255591db8 Mon Sep 17 00:00:00 2001 From: Lorenzo Bolla Date: Mon, 11 Mar 2019 09:51:03 +0000 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.7.0=20=E2=86=92=200.7.1?= 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 f3ff7af..ca6d630 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,7 +1,7 @@ [bumpversion] commit = True tag = True -current_version = 0.7.0 +current_version = 0.7.1 [bumpversion:file:yamlenv/__init__.py] diff --git a/setup.py b/setup.py index 45fa853..d3c888a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='yamlenv', - version='0.7.0', + version='0.7.1', 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 be3b925..7aba0bb 100644 --- a/yamlenv/__init__.py +++ b/yamlenv/__init__.py @@ -5,7 +5,7 @@ from yamlenv.types import Stream -__version__ = '0.7.0' +__version__ = '0.7.1' def load(stream):