From bd722cfcd17ec03a3461cd3ee79b9356b32528c2 Mon Sep 17 00:00:00 2001 From: cokelaer Date: Wed, 29 Jul 2020 20:02:58 +0200 Subject: [PATCH] [ci skip] --- doc/ChangeLog.rst | 5 +++++ setup.py | 12 +++++++----- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/doc/ChangeLog.rst b/doc/ChangeLog.rst index 61f8f43..dcb8966 100644 --- a/doc/ChangeLog.rst +++ b/doc/ChangeLog.rst @@ -13,6 +13,11 @@ Revision 1.8.0 roadmap Instead of inheriting from REST, we should use an aggregation and store all methods in a single attribute +Revision 1.7.7 +-------------- + +* small fix on pantherdb (autocorrect typo in pantherdb api) + Revision 1.7.6 -------------- diff --git a/setup.py b/setup.py index eb72559..208f7a2 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ _MAJOR = 1 _MINOR = 7 -_MICRO = 6 +_MICRO = 7 version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO) release = '%d.%d' % (_MAJOR, _MINOR) @@ -23,10 +23,12 @@ 'description':'Access to Biological Web Services from Python' , 'platforms' : ['Linux', 'Unix', 'MacOsX', 'Windows'], 'keywords' : [ - "BioServices", "WebServices", "Biology", "BioDBNet", "ChEBI", "UniChem", "Kegg", "KEGG", "BioModels", - "EUtils", "UniProt", "PICR", "ArrayExpress", "MUSCLE", "QuickGO", "PDB", "PSICQUIC", "Blast", - "BioMART", "BioGRID", "MIRIAM", "BioMart", "GeneProf", "ChEMBL", "ChemSpider", - "HGNC", "PathwayCommons", "Rhea", "Ensembl"], + "BioServices", "WebServices", "Biology", "BioDBNet", + "ChEBI", "UniChem", "Kegg", "KEGG", "BioModels", + "EUtils", "UniProt", "PICR", "ArrayExpress", "MUSCLE", + "QuickGO", "PDB", "PSICQUIC", "Blast", "BioMART", "PantherDB", + "BioGRID", "MIRIAM", "BioMart", "GeneProf", "ChEMBL", + "ChemSpider", "HGNC", "PathwayCommons", "Rhea", "Ensembl"], 'classifiers' : [ 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers',