Skip to content

Commit

Permalink
chore: bump version: 1.10.1 → 1.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Feb 27, 2024
1 parent 076f25d commit 6ea0ce2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.10.1
current_version = 1.10.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.10.1"
__version__ = "1.10.2"
semver = "^" + __version__
6 changes: 3 additions & 3 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.10.1",
"version": "1.10.2",
"description": "Jupyter widgets base for Vue libraries",
"license": "MIT",
"author": "Mario Buikhuizen, Maarten Breddels",
Expand Down

0 comments on commit 6ea0ce2

Please sign in to comment.