Skip to content

Commit 19d2077

Browse files
chore: release v3.0.0.alpha5
1 parent a253d3f commit 19d2077

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

ipyvuetify/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "3.0.0.alpha4"
2-
semver = "3.0.0-alpha.4"
1+
__version__ = "3.0.0.alpha5"
2+
semver = "3.0.0-alpha.5"

js/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "jupyter-vuetify",
3-
"version": "3.0.0-alpha.4",
3+
"version": "3.0.0-alpha.5",
44
"description": "Jupyter widgets based on vuetify UI components",
55
"license": "MIT",
66
"author": "Mario Buikhuizen, Maarten Breddels",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ipyvuetify"
7-
version = "3.0.0.alpha4"
7+
version = "3.0.0.alpha5"
88
description="Jupyter widgets based on vuetify UI components"
99
requires-python = ">=3.6"
1010
dependencies = ["ipyvue>=3.0.0.a9"]

0 commit comments

Comments
 (0)