Skip to content

Commit

Permalink
chore: bump version: 1.11.1 → 1.11.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Nov 14, 2024
1 parent d557ff5 commit 5e955fb
Show file tree
Hide file tree
Showing 4 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 = 1.11.1
current_version = 1.11.2
commit = True
message = chore: bump version: {current_version} → {new_version}
tag = True
Expand Down
2 changes: 1 addition & 1 deletion ipyvue/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "1.11.1"
__version__ = "1.11.2"
semver = "^" + __version__
4 changes: 2 additions & 2 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jupyter-vue",
"version": "1.11.1",
"version": "1.11.2",
"description": "Jupyter widgets base for Vue libraries",
"license": "MIT",
"author": "Mario Buikhuizen, Maarten Breddels",
Expand Down

0 comments on commit 5e955fb

Please sign in to comment.