From 9131c4277b67d47de85b5e1157ae7276806718ed Mon Sep 17 00:00:00 2001 From: Andy Wickert Date: Fri, 25 May 2018 10:59:54 -0600 Subject: [PATCH] v1.0.1 for new documentation from last fall --- gflex/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gflex/_version.py b/gflex/_version.py index 152b2fb..710d327 100644 --- a/gflex/_version.py +++ b/gflex/_version.py @@ -3,5 +3,5 @@ # The best way to do this is following @Zooko's answer at: # http://stackoverflow.com/questions/458550/standard-way-to-embed-version-into-python-package -__version__ = '1.0.0' +__version__ = '1.0.1'