From bec282addaea6c1967245be9bc2713e28cc8fef3 Mon Sep 17 00:00:00 2001 From: Natesh M Bhat Date: Thu, 30 Jul 2020 07:47:37 -0700 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0815941..ece91ac 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ import platform from setuptools import setup -VERSION="0.1.3" +VERSION="0.21" with open('README.rst' , 'r' , encoding='utf-8') as f: long_description = f.read()