diff --git a/README.md b/README.md index 557af85..9903626 100644 --- a/README.md +++ b/README.md @@ -499,10 +499,3 @@ pip uninstall jupyter-project jupyter labextension uninstall jupyter-project ``` - -## Changelog - -### v0.1.0 - -- Handle Jinja2 file templates -- Handle project cookiecutter template diff --git a/jupyter_project/_version.py b/jupyter_project/_version.py index 9b3f75a..38fa4cb 100644 --- a/jupyter_project/_version.py +++ b/jupyter_project/_version.py @@ -1,2 +1,2 @@ -version_info = (0, 2, 0) +version_info = (0, 3, 0) __version__ = ".".join(map(str, version_info)) diff --git a/package.json b/package.json index 92ca66e..878dc44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-project", - "version": "0.2.0", + "version": "0.3.0", "description": "An JupyterLab extension to handle project and files template.", "keywords": [ "jupyter",