From eba593339b62b3ea0026a0275dad52af29d7ba52 Mon Sep 17 00:00:00 2001 From: Levi Naden Date: Fri, 7 Jul 2017 10:35:40 -0400 Subject: [PATCH] Hotfix 0.11.2 Fixes bug in Python2/3 compatibiliy with encoding strings being unreadable by OpenMM in fringe case of using decompressed old serialization style with python 2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index de61d36cd..92208fbcf 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ ######################## VERSION = "0.11.2" -ISRELEASED = False +ISRELEASED = True __version__ = VERSION ######################## CLASSIFIERS = """\