Skip to content

Commit

Permalink
chore: bump version 0.4.0 → 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Feb 19, 2024
1 parent 0eb7feb commit b48b045
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = True
message = chore: bump version {current_version} → {new_version}
Expand Down
2 changes: 1 addition & 1 deletion ipyreact/_frontend.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
"""

module_name = "@widgetti/jupyter-react"
module_version = "^0.4.0"
module_version = "^0.4.1"
2 changes: 1 addition & 1 deletion ipyreact/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
# Copyright (c) Maarten A. Breddels.
# Distributed under the terms of the Modified BSD License.

__version__ = "0.4.0"
__version__ = "0.4.1"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@widgetti/jupyter-react",
"version": "0.4.0",
"version": "0.4.1",
"description": "React for ipywidgets that just works",
"keywords": [
"jupyter",
Expand Down

0 comments on commit b48b045

Please sign in to comment.