Skip to content

Commit

Permalink
Update to version 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtabor committed Aug 10, 2016
1 parent d19d0c7 commit fc48feb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion igv/__init__.py
@@ -1,6 +1,6 @@
__author__ = 'Jim Robinson, Thorin Tabor'
__copyright__ = 'Copyright 2016, Broad Institute'
__version__ = '0.1.0'
__version__ = '0.1.1'
__status__ = 'Beta'
__license__ = 'MIT'

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -2,13 +2,13 @@

setup(name='igv',
packages=['igv'],
version='0.1.0',
version='0.1.1',
description='Jupyter extension for embedding igv.js in a notebook',
license='MIT',
author='Jim Robinson, Thorin Tabor',
author_email='igv-team@broadinstitute.org',
url='https://github.com/igvteam/igv.js-jupyter',
download_url='https://github.com/igvteam/igv.js-jupyter/archive/0.1.0.tar.gz',
download_url='https://github.com/igvteam/igv.js-jupyter/archive/0.1.1.tar.gz',
keywords=['igv', 'visualization', 'ipython', 'jupyter'],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit fc48feb

Please sign in to comment.