Skip to content

Commit

Permalink
"chore: bump version: 1.9.2 → 1.10.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
mariobuikhuizen committed Aug 30, 2023
1 parent 48562f5 commit d30f87d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.9.2
current_version = 1.10.0
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.9.2"
__version__ = "1.10.0"
semver = "^" + __version__
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.9.2",
"version": "1.10.0",
"description": "Jupyter widgets base for Vue libraries",
"license": "MIT",
"author": "Mario Buikhuizen, Maarten Breddels",
Expand Down

0 comments on commit d30f87d

Please sign in to comment.