From 655dfb2f7da6d4d94ec5c3ce2a377209dfe6d6c5 Mon Sep 17 00:00:00 2001 From: Tim Paine <3105306+timkpaine@users.noreply.github.com> Date: Tue, 31 Oct 2023 09:56:40 -0400 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.4.0=20=E2=86=92=200.4.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- binder/requirements.txt | 2 +- ipydagred3/_version.py | 2 +- js/package.json | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 95a400e..d382aba 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.4.0 +current_version = 0.4.1 commit = True tag = False diff --git a/binder/requirements.txt b/binder/requirements.txt index 97baa26..71e524d 100644 --- a/binder/requirements.txt +++ b/binder/requirements.txt @@ -1,4 +1,4 @@ -ipydagred3==0.4.0 +ipydagred3==0.4.1 ipywidgets>=7.5.1 jupyterlab>=3.5 requests>=2.24.0 diff --git a/ipydagred3/_version.py b/ipydagred3/_version.py index 6a9beea..3d26edf 100644 --- a/ipydagred3/_version.py +++ b/ipydagred3/_version.py @@ -1 +1 @@ -__version__ = "0.4.0" +__version__ = "0.4.1" diff --git a/js/package.json b/js/package.json index eb8a234..d24cd3e 100644 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "ipydagred3", - "version": "0.4.0", + "version": "0.4.1", "description": "A Custom Jupyter Widget Library", "keywords": [ "jupyter", diff --git a/pyproject.toml b/pyproject.toml index 740dff9..65600bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "hatchling.build" [project] name = "ipydagred3" description = "ipywidgets wrapper around dagre-d3" -version = "0.4.0" +version = "0.4.1" readme = "README.md" license = { file = "LICENSE" } requires-python = ">=3.8"