Skip to content

Commit

Permalink
Bump version: 1.9.0 → 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed May 24, 2023
1 parent 5ed5b23 commit bed0d0d
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.0
current_version = 1.9.1
commit = True
tag = True
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))((?P<release>.)(?P<build>\d+))?
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.0"
__version__ = "1.9.1"
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.0",
"version": "1.9.1",
"description": "Jupyter widgets base for Vue libraries",
"license": "MIT",
"author": "Mario Buikhuizen, Maarten Breddels",
Expand Down

0 comments on commit bed0d0d

Please sign in to comment.