Skip to content

Commit

Permalink
Updating version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tmtabor committed Apr 26, 2018
1 parent b5f1a8e commit 467424b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions jupyter_wysiwyg/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = 'Thorin Tabor'
__copyright__ = 'Copyright 2016-2017, Regents of the University of California & Broad Institute'
__version__ = '0.1.6'
__copyright__ = 'Copyright 2016-2018, Regents of the University of California & Broad Institute'
__version__ = '0.1.7'
__status__ = 'Beta'
__license__ = 'BSD'

Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ def get_data_files():

setup(name='jupyter-wysiwyg',
packages=['jupyter_wysiwyg'],
version='0.1.6',
version='0.1.7',
description='WYSIWYG editing functionality for markdown/HTML cells in Jupyter',
license='BSD',
author='Thorin Tabor',
author_email='[email protected]',
url='https://github.com/genepattern/jupyter-wysiwyg/tree/master/wysiwyg',
download_url='https://github.com/genepattern/jupyter-wysiwyg/archive/0.1.6.tar.gz',
download_url='https://github.com/genepattern/jupyter-wysiwyg/archive/0.1.7.tar.gz',
keywords=['genepattern', 'wysiwyg', 'ipython', 'jupyter'],
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 467424b

Please sign in to comment.