From c212b1bfa7b3b5ed23ca3c3101130865c7070ce6 Mon Sep 17 00:00:00 2001 From: stv Date: Fri, 18 Oct 2019 13:45:55 -0700 Subject: [PATCH] Bump version to 1.0.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6c5ea488..abe497a3 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ from setuptools import setup -version = '1.0.0' +version = '1.0.1' description = __doc__.strip().split('\n')[0] this_directory = path.abspath(path.dirname(__file__)) with open(path.join(this_directory, 'README.rst')) as file_in: