Skip to content

Commit

Permalink
Updating to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtabor committed Oct 4, 2016
1 parent 93c444b commit c15f0dc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion extension/genepattern/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

__author__ = 'Thorin Tabor'
__copyright__ = 'Copyright 2015-2016, Broad Institute'
__version__ = '0.5.3'
__version__ = '0.5.4'
__status__ = 'Beta'
__license__ = 'BSD-style'

Expand Down
4 changes: 2 additions & 2 deletions extension/setup.py
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ def run(self):

setup(name='genepattern-notebook',
packages=['genepattern'],
version='0.5.3',
version='0.5.4',
description='GenePattern Notebook extension for Jupyter',
license='BSD',
author='Thorin Tabor',
author_email='thorin@broadinstitute.org',
url='https://github.com/genepattern/genepattern-notebook',
download_url='https://github.com/genepattern/genepattern-notebook/archive/0.5.3.tar.gz',
download_url='https://github.com/genepattern/genepattern-notebook/archive/0.5.4.tar.gz',
keywords=['genepattern', 'genomics', 'bioinformatics', 'ipython', 'jupyter'],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit c15f0dc

Please sign in to comment.