From 1e237ffc44635d03e11739b70a7f25d3bfb0aa86 Mon Sep 17 00:00:00 2001 From: Maria Karanasou Date: Tue, 4 May 2021 14:30:48 +0300 Subject: [PATCH] v1.1.0 --- setup.cfg | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 936273b..8b997ce 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = pyaml_env -version = 1.0.3 +version = 1.1.0 author = Maria Karanasou author_email = karanasou@gmail.com description = Provides yaml file parsing with environment variable resolution diff --git a/setup.py b/setup.py index f3bfbc1..8a37827 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ ] setup(name='pyaml_env', - version='1.0.3', + version='1.1.0', description='Provides yaml file parsing with ' 'environment variable resolution', long_description=long_description,