Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhuoqing Fang committed May 11, 2017
1 parent 2fe33a0 commit b804c17
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -36,7 +36,7 @@ An example to use gseapy, please click here: `Example <http://pythonhosted.org/g

**Release notes** : https://github.com/BioNinja/gseapy/releases

GSEAPY* is a python wrapper for **GSEA** and **Enrichr**.
GSEAPY is a python wrapper for **GSEA** and **Enrichr**.
--------------------------------------------------------------------------------------------

It's used for convenient GO enrichments and produce **publishable quality figures** in python.
Expand All @@ -53,7 +53,7 @@ The full ``GSEA`` is far too extensive to describe here; see
Enrichr is open source and freely available online at: http://amp.pharm.mssm.edu/Enrichr .


If you use gseapy, you should cite the original GSEA and Enrichr paper.
**If you use gseapy, you should cite the original ``GSEA`` and ``Enrichr`` paper.**

Why GSEAPY
-----------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Expand Up @@ -58,9 +58,9 @@
# built documents.
#
# The short X.Y version.
version = '0.7.9'
version = '0.7.10'
# The full version, including alpha/beta/rc tags.
release = '0.7.9'
release = '0.7.10'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion gseapy/__init__.py
Expand Up @@ -3,6 +3,6 @@
from .enrichr import enrichr
from .parser import get_library_name

__version__='0.7.9'
__version__='0.7.10'


2 changes: 1 addition & 1 deletion gseapy/__main__.py
Expand Up @@ -12,7 +12,7 @@
# or args = argparser.parse_args() will throw bugs!!!


__version__ = '0.7.9'
__version__ = '0.7.10'

def main():
"""The Main function/pipeline for GSEAPY."""
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -2,7 +2,7 @@
import sys, os
from setuptools import setup

__version__='0.7.9'
__version__='0.7.10'

if sys.argv[-1] == 'publish':
os.system("python setup.py sdist bdist_egg register upload")
Expand Down

0 comments on commit b804c17

Please sign in to comment.