Skip to content

Commit de73f65

Browse files
Bump version: 1.8.0 → 1.9.0
1 parent 126bcac commit de73f65

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.bumpversion.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.8.0
2+
current_version = 1.9.0
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))((?P<release>.)(?P<build>\d+))?
@@ -16,5 +16,5 @@ values =
1616
g
1717

1818
[bumpversion:file:ipyvue/_version.py]
19-
[bumpversion:file:js/package.json]
2019

20+
[bumpversion:file:js/package.json]

ipyvue/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "1.8.0"
1+
__version__ = "1.9.0"
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.8.0",
3+
"version": "1.9.0",
44
"description": "Jupyter widgets base for Vue libraries",
55
"license": "MIT",
66
"author": "Mario Buikhuizen, Maarten Breddels",

0 commit comments

Comments
 (0)