Skip to content

Commit 8f2c320

Browse files
chore: release v3.0.0.alpha4
1 parent e3d8639 commit 8f2c320

4 files changed

Lines changed: 7 additions & 7 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.alpha3"
2-
semver = "3.0.0-alpha.3"
1+
__version__ = "3.0.0.alpha4"
2+
semver = "3.0.0-alpha.4"

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.3",
3+
"version": "3.0.0-alpha.4",
44
"description": "Jupyter widgets based on vuetify UI components",
55
"license": "MIT",
66
"author": "Mario Buikhuizen, Maarten Breddels",

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ipyvuetify"
7-
version = "3.0.0.alpha3"
7+
version = "3.0.0.alpha4"
88
description="Jupyter widgets based on vuetify UI components"
99
requires-python = ">=3.6"
10-
dependencies = ["ipyvue @ https://nbg1.your-objectstorage.com/ipyvue3-packages/packages/ipyvue/ipyvue-3.0.0a5-py2.py3-none-any.whl"]
10+
dependencies = ["ipyvue>=3.0.0.a6"]
1111
keywords=["ipython", "jupyter", "widgets"]
1212
authors = [
1313
{name = "Mario Buikhuizen", email = "mbuikhuizen@gmail.com"},

0 commit comments

Comments
 (0)