From 203e00528ba0f9b3999c31c48350cdc6da7ca83b Mon Sep 17 00:00:00 2001 From: Taranjeet Singh Date: Wed, 27 Jan 2021 00:19:48 +0530 Subject: [PATCH] Update version 2.0.0 -> 2.0.1-alpha.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1a30412..27e4c7e 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="pycargo", # Replace with your own username - version="2.0.0", + version="2.0.0-alpha.3", author="Taranjeet Singh", author_email="taranjeet.singh.3312@gmail.com", description="Pycargo is a utility to work with loading and exporting data from excel",