Skip to content

Commit

Permalink
chore: bump version 0.4.1 → 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Oct 2, 2024
1 parent 789925a commit f0b98fc
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.1
current_version = 0.4.2
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.1"
module_version = "^0.4.2"
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.1"
__version__ = "0.4.2"
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.1",
"version": "0.4.2",
"description": "React for ipywidgets that just works",
"keywords": [
"jupyter",
Expand Down

0 comments on commit f0b98fc

Please sign in to comment.