From 793824dacd918202d160aa76b6c8cb3694e94103 Mon Sep 17 00:00:00 2001 From: Balint Haller Date: Wed, 16 Dec 2020 21:41:08 +0100 Subject: [PATCH] main: bump version to 0.1.5 due to naming conflicts --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 34dc10e..22c24e8 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup, find_packages -__version__ = '0.1.3' +__version__ = '0.1.5' requirements = [ "boto3>=1.16.25",