From c65bef06ef24314afdf5ae6a97d2e6f7a53b8606 Mon Sep 17 00:00:00 2001 From: Felipe Gonzalez Date: Wed, 2 Sep 2020 11:32:46 -0500 Subject: [PATCH] Bump Version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5cd5c84..76ff6ed 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ import setuptools -__VERSION__ = '1.0.0' +__VERSION__ = '1.0.1' with open('README.md', 'r') as fh: long_description = fh.read()