From 73367b275444e22f5fa34ddf9c4d921caa058854 Mon Sep 17 00:00:00 2001 From: roll Date: Thu, 26 Sep 2019 10:29:17 +0300 Subject: [PATCH] v1.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 18e57958..cd0812ed 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def read(*paths): 'tox', ] README = read('README.md') -VERSION = '1.0.0' +VERSION = '1.0.1' PACKAGES = find_packages(exclude=['examples', 'tests'])