From 42047a775d0656a9348f89e70895ed72469d3494 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Fri, 14 Jul 2023 19:29:44 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.4=20=E2=86=92=200.5.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- binder/requirements.txt | 2 +- js/package.json | 2 +- jupyterlab_iframe/_version.py | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 577f181..a365f9c 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.4 +current_version = 0.5.0 commit = True tag = False diff --git a/binder/requirements.txt b/binder/requirements.txt index eebd2b0..b9c2718 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -1,2 +1,2 @@ jupyterlab>=4,<5 -jupyterlab_iframe==0.4.4 \ No newline at end of file +jupyterlab_iframe==0.5.0 \ No newline at end of file diff --git a/js/package.json b/js/package.json index 81e0a56..c12093c 100644 --- a/js/package.json +++ b/js/package.json @@ -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", diff --git a/jupyterlab_iframe/_version.py b/jupyterlab_iframe/_version.py index cd1ee63..3d18726 100644 --- a/jupyterlab_iframe/_version.py +++ b/jupyterlab_iframe/_version.py @@ -1 +1 @@ -__version__ = "0.4.4" +__version__ = "0.5.0" diff --git a/pyproject.toml b/pyproject.toml index c735bc6..636457b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"