Skip to content

Commit

Permalink
[ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Jul 29, 2020
1 parent 72f07c3 commit bd722cf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
5 changes: 5 additions & 0 deletions doc/ChangeLog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------------

Expand Down
12 changes: 7 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

_MAJOR = 1
_MINOR = 7
_MICRO = 6
_MICRO = 7
version = '%d.%d.%d' % (_MAJOR, _MINOR, _MICRO)
release = '%d.%d' % (_MAJOR, _MINOR)

Expand All @@ -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',
Expand Down

0 comments on commit bd722cf

Please sign in to comment.