Skip to content
This repository has been archived by the owner on Nov 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #17 from fcollonval:bump-v1
Browse files Browse the repository at this point in the history
Bump to v1
  • Loading branch information
fcollonval committed Jun 1, 2020
2 parents 2cadbb1 + 41c0a3e commit 8e0c707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter_project/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version_info = (0, 3, 0)
version_info = (1, 0, 0)
__version__ = ".".join(map(str, version_info))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-project",
"version": "0.3.0",
"version": "1.0.0",
"description": "An JupyterLab extension to handle project and files template.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 8e0c707

Please sign in to comment.