Skip to content

Commit

Permalink
Merge pull request #151 from timkpaine/tkp/050
Browse files Browse the repository at this point in the history
Bump version: 0.4.4 → 0.5.0
  • Loading branch information
timkpaine authored Jul 16, 2023
2 parents 6e9f05d + 42047a7 commit da904a0
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.4
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>=4,<5
jupyterlab_iframe==0.4.4
jupyterlab_iframe==0.5.0
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_iframe",
"version": "0.4.4",
"version": "0.5.0",
"description": "IFrame widgets for JupyterLab",
"author": "Tim Paine",
"main": "lib/index.js",
Expand Down
2 changes: 1 addition & 1 deletion jupyterlab_iframe/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.4"
__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_iframe"
description = "IFrame widgets for JupyterLab"
version = "0.4.4"
version = "0.5.0"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.7"
Expand Down

0 comments on commit da904a0

Please sign in to comment.