From e307d97bc6e0e79ab6eff62ef7f65d78cc37e86a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Tue, 30 Mar 2021 18:03:21 +0200 Subject: [PATCH] change version to 0.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jakub Sokołowski --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5109bcf..6a2e836 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ with open(path.join(path.abspath(path.dirname(__file__)), 'README.md'), setup( # Basic project information name='airflow-xcom-redis', - version='0.0.1', + version='0.1.0', # Authorship and online reference author='Jakub Sokołowski', author_email='jakub@status.im',