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",