diff --git a/.bumpversion.cfg b/.bumpversion.cfg index c075a7f..22206bf 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.5.1 +current_version = 0.5.2 commit = True tag = False diff --git a/binder/requirements.txt b/binder/requirements.txt index 7bdfa79..73de184 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -1,2 +1,2 @@ -jupyterlab_templates==0.5.1 +jupyterlab_templates==0.5.2 jupyterlab>=4,<5 diff --git a/js/package.json b/js/package.json index a3defe9..503e10d 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab_templates", - "version": "0.5.1", + "version": "0.5.2", "description": "Notebook templates", "author": "the jupyterlab_templates authors", "main": "lib/index.js", diff --git a/jupyterlab_templates/_version.py b/jupyterlab_templates/_version.py index dd9b22c..7225152 100644 --- a/jupyterlab_templates/_version.py +++ b/jupyterlab_templates/_version.py @@ -1 +1 @@ -__version__ = "0.5.1" +__version__ = "0.5.2" diff --git a/pyproject.toml b/pyproject.toml index 3d17ce2..91481aa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ build-backend = "hatchling.build" [project] name = "jupyterlab_templates" description = "notebook templates for jupyterlab" -version = "0.5.1" +version = "0.5.2" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.7"