Skip to content

Commit

Permalink
bumped version to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
saraedum committed Feb 16, 2021
1 parent ff6e57c commit ee37103
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ipyvue_remote_component/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


version_info = (1, 0, 0)
__version__ = "1.0.0"
__version__ = "1.0.1"


def _jupyter_labextension_paths():
Expand Down
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipyvue-remote-component",
"version": "1.0.0",
"version": "1.0.1",
"description": "Load Vue.js Packages at Runtime in Jupyter Notebooks and JupyterLab",
"author": "Julian Rüth",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@

setup_args = dict(
name=name,
version="1.0.0",
version="1.0.1",
description='Load Vue.js Packages at Runtime in Jupyter Notebooks and JupyterLab',
long_description=LONG_DESCRIPTION,
include_package_data=True,
Expand Down

0 comments on commit ee37103

Please sign in to comment.