From 57b82db6ac08c13ebc5d07ea17dc95f501969a17 Mon Sep 17 00:00:00 2001 From: pavanchhatpar Date: Sun, 3 May 2020 03:54:46 -0400 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c96214e..0e1eb54 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ long_description_content_type='text/markdown', url="https://github.com/pavanchhatpar/copynet-tf", packages=find_packages(), - version="0.1.0", + version="0.1.1", author='Pavan Chhatpar', author_email='pavanchhatpar@gmail.com' )