Skip to content

Commit

Permalink
Merge pull request #222 from timkpaine/tkp/050
Browse files Browse the repository at this point in the history
Bump version: 0.4.1 → 0.5.0
  • Loading branch information
timkpaine authored Jul 14, 2023
2 parents 163fa30 + 7b69471 commit a9d11b1
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.4.1
current_version = 0.5.0
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.4.1
jupyterlab_templates==0.5.0
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.4.1",
"version": "0.5.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.4.1"
__version__ = "0.5.0"
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.4.1"
version = "0.5.0"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.7"
Expand Down

0 comments on commit a9d11b1

Please sign in to comment.