Skip to content

Commit

Permalink
Bump version: 0.4.0 → 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timkpaine committed Oct 31, 2023
1 parent 81db671 commit 655dfb2
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.0
current_version = 0.4.1
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,4 +1,4 @@
ipydagred3==0.4.0
ipydagred3==0.4.1
ipywidgets>=7.5.1
jupyterlab>=3.5
requests>=2.24.0
Expand Down
2 changes: 1 addition & 1 deletion ipydagred3/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ipydagred3",
"version": "0.4.0",
"version": "0.4.1",
"description": "A Custom Jupyter Widget Library",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 655dfb2

Please sign in to comment.