From 2bd68b6a8c85cc473cde1392f9d81ac91f954f8a Mon Sep 17 00:00:00 2001 From: Levi Naden Date: Mon, 12 Jun 2017 11:07:42 -0400 Subject: [PATCH] Prep for the 0.11.0 release --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b0698758c..ebc633183 100644 --- a/setup.py +++ b/setup.py @@ -14,8 +14,8 @@ DOCLINES = __doc__.split("\n") ######################## -VERSION = "0.10.1" -ISRELEASED = False +VERSION = "0.11.0" +ISRELEASED = True __version__ = VERSION ######################## CLASSIFIERS = """\