Skip to content

Commit 42047a7

Browse files
committed
Bump version: 0.4.4 → 0.5.0
1 parent 6e9f05d commit 42047a7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.4
2+
current_version = 0.5.0
33
commit = True
44
tag = False
55

binder/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
jupyterlab>=4,<5
2-
jupyterlab_iframe==0.4.4
2+
jupyterlab_iframe==0.5.0

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyterlab_iframe",
3-
"version": "0.4.4",
3+
"version": "0.5.0",
44
"description": "IFrame widgets for JupyterLab",
55
"author": "Tim Paine",
66
"main": "lib/index.js",

jupyterlab_iframe/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.4.4"
1+
__version__ = "0.5.0"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ build-backend = "hatchling.build"
88
[project]
99
name = "jupyterlab_iframe"
1010
description = "IFrame widgets for JupyterLab"
11-
version = "0.4.4"
11+
version = "0.5.0"
1212
readme = "README.md"
1313
license = { file = "LICENSE" }
1414
requires-python = ">=3.7"

0 commit comments

Comments
 (0)