Skip to content

Commit

Permalink
Bump version: 0.5.1 → 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Mar 26, 2024
1 parent 4b3957d commit 43f06af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.5.1
current_version = 0.5.2
commit = True
tag = False

Expand Down
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.5.1
jupyterlab_templates==0.5.2
jupyterlab>=4,<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.5.1",
"version": "0.5.2",
"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.5.1"
__version__ = "0.5.2"
2 changes: 1 addition & 1 deletion 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.5.1"
version = "0.5.2"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.7"
Expand Down

0 comments on commit 43f06af

Please sign in to comment.