Skip to content

Commit

Permalink
Version upgraded to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Viacheslav Kovalevskyi committed Mar 27, 2019
1 parent 0b3a7b4 commit 14b90a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jupyterlab_nova/__init__.py
Expand Up @@ -5,7 +5,7 @@
from notebook.utils import url_path_join, url_escape
from notebook.base.handlers import APIHandler

__version__ = '0.2.0'
__version__ = '0.3.0'



Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "nova",
"version": "0.2.0",
"version": "0.3.0",
"description": "Jupyter Notebook submission to GCP",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -38,6 +38,6 @@
)

setuptools.setup(
version="0.2.0",
version="0.3.0",
**setup_dict
)
2 changes: 1 addition & 1 deletion setupbase.py
Expand Up @@ -46,7 +46,7 @@ def list2cmdline(cmd_list):
return ' '.join(map(pipes.quote, cmd_list))


__version__ = '0.2.0'
__version__ = '0.3.0'

# ---------------------------------------------------------------------------
# Top Level Variables
Expand Down

0 comments on commit 14b90a2

Please sign in to comment.