From 936e2875ff6fc7253df286ab40484d2348820181 Mon Sep 17 00:00:00 2001 From: Andrea Rizzi Date: Thu, 6 Apr 2017 13:00:08 -0400 Subject: [PATCH] Release 0.9.1: set ISRELEASED flag to True in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 23bdc9cb7..f11c544d5 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ ######################## VERSION = "0.9.1" -ISRELEASED = False +ISRELEASED = True __version__ = VERSION ######################## CLASSIFIERS = """\