From 5250c0d2b86d56d3012e8c9b39780940e4dab732 Mon Sep 17 00:00:00 2001 From: Jaswinder Singh Date: Fri, 17 Sep 2021 01:18:46 +0530 Subject: [PATCH] 0.1.2 changes --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index da5d350..c4ce558 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read() setup(name='zoofs', - version='0.1.1', + version='0.1.2', url='https://github.com/jaswinder9051998/zoofs', author='JaswinderSingh', author_email='jaswinder9051998@gmail.com',