Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Feb 14, 2019
1 parent b6f984f commit 6b90dba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jupyterlab_celltests/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.0.2'
__version__ = '0.0.3'


def _jupyter_server_extension_paths():
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab_celltests",
"version": "0.0.2",
"version": "0.0.3",
"description": "A JupyterLab extension.",
"author": "Tim Paine",
"main": "lib/index.js",
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

setup(
name='jupyterlab_celltests',
version='0.0.2',
version='0.0.3',
description='Cell-by-cell tests for JupyterLab',
long_description=long_description,
url='https://github.com/timkpaine/jupyterlab_celltests',
download_url='https://github.com/timkpaine/jupyterlab_celltests/archive/v0.0.2.tar.gz',
download_url='https://github.com/timkpaine/jupyterlab_celltests/archive/v0.0.3.tar.gz',
author='Tim Paine',
author_email='t.paine154@gmail.com',
license='Apache 2.0',
Expand Down

0 comments on commit 6b90dba

Please sign in to comment.