From 5984c67a1eadae158298121a6a518bd9690bb7de Mon Sep 17 00:00:00 2001 From: sarvesh4396 Date: Sat, 12 Jun 2021 17:04:59 +0530 Subject: [PATCH] Fixed Version error --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d6a6c15..ce90d70 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ def get_long_description(): GIT_URL = "https://github.com/sarvesh4396/pantry-cloud" AUTHOR = "Sarvesh Kumar Dwivedi" REQUIRES_PYTHON = ">=3.7.0" -VERSION = "1.0.0" +VERSION = "1.1.0" setup(