Skip to content

Commit

Permalink
Bump version: 0.3.2 → 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Mar 28, 2023
1 parent b60fce4 commit 9d05d30
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.3.2
current_version = 0.4.0
commit = True
tag = False

Expand All @@ -18,4 +18,3 @@ replace = "version": "{new_version}"
[bumpversion:file:binder/requirements.txt]
search = jupyterlab_templates=={current_version}
replace = jupyterlab_templates=={new_version}

2 changes: 1 addition & 1 deletion binder/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
jupyterlab_templates==0.3.2
jupyterlab_templates==0.4.0
jupyterlab>=3.5
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyterlab_templates",
"version": "0.3.2",
"version": "0.4.0",
"description": "Notebook templates",
"author": "the jupyterlab_templates authors",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab_templates/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.3.2"
__version__ = "0.4.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "hatchling.build"
[project]
name = "jupyterlab_templates"
description = "notebook templates for jupyterlab"
version = "0.3.2"
version = "0.4.0"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.7"
Expand Down Expand Up @@ -68,7 +68,7 @@ artifacts = [
[tool.hatch.build.targets.wheel.shared-data]
"jupyterlab_templates/labextension" = "share/jupyter/labextensions/jupyterlab_templates"
"jupyterlab_templates/extension/install.json" = "share/jupyter/labextensions/jupyterlab_templates/install.json"
"jupyterlab_templates/extension/jupyterlab_templates.json" = "etc/jupyter/nbconfig/notebook.d/jupyterlab_templates.json"
"jupyterlab_templates/extension/jupyterlab_templates.json" = "etc/jupyter/jupyter_server_config.d/jupyterlab_templates.json"
"jupyterlab_templates/extension/notebook_templates" = "share/jupyter/notebook"

[tool.hatch.build.targets.sdist]
Expand Down

0 comments on commit 9d05d30

Please sign in to comment.