From 2753efff19ace53f412008af581695baba641a1b Mon Sep 17 00:00:00 2001 From: julie-sullivan Date: Mon, 1 Oct 2018 14:53:34 +0100 Subject: [PATCH] update to 1.11.0 --- README.md | 1 + setup.py | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7531e5b0..62b5fea0 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ Also see: Changes: -------- + 1.11.00 Added Query Manager 1.10.00 Added registry features 1.09.09 Add Python 3 support 1.09.06 Dual license under BSD as well as LGPL diff --git a/setup.py b/setup.py index 1a36a872..c9a74681 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,6 @@ 'url': "http://www.intermine.org", 'keywords': ["webservice", "genomic", "bioinformatics"], 'classifiers': [ - "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Development Status :: 5 - Production/Stable",