From c22198ab95b44a42b698ded270b49a04c4752999 Mon Sep 17 00:00:00 2001 From: Hemanta Pokharel Date: Mon, 30 May 2022 21:22:30 +0545 Subject: [PATCH] Change version to 1.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 16bf657..6fbb1ab 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="seedrcc", - version="1.0.0", + version="1.0.1", author="Hemanta Pokharel", author_email="hemantapkh@yahoo.com", description="Complete Python API wrapper of seedr.cc",