Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3b972bb

Browse files
committedMay 2, 2024··
chore: bump version: 1.11.0 → 1.11.1
1 parent ad7a727 commit 3b972bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.11.0
2+
current_version = 1.11.1
33
commit = True
44
message = chore: bump version: {current_version} → {new_version}
55
tag = True

‎ipyvue/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.11.0"
1+
__version__ = "1.11.1"
22
semver = "^" + __version__

‎js/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-vue",
3-
"version": "1.11.0",
3+
"version": "1.11.1",
44
"description": "Jupyter widgets base for Vue libraries",
55
"license": "MIT",
66
"author": "Mario Buikhuizen, Maarten Breddels",

0 commit comments

Comments
 (0)
Please sign in to comment.