From 6ba8d8ded517172c9b72ec62695efa31445b2edf Mon Sep 17 00:00:00 2001 From: Iisakki Rotko Date: Mon, 8 Apr 2024 12:54:38 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.9.3=20=E2=86=92=201.9.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- docs/conf.py | 2 +- ipyvuetify/_version.py | 2 +- js/package-lock.json | 4 ++-- js/package.json | 2 +- pyproject.toml | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 88950831..dc0ec4b6 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.3 +current_version = 1.9.4 commit = True tag = True parse = (?P\d+)(\.(?P\d+))(\.(?P\d+))((?P.)(?P\d+))? diff --git a/docs/conf.py b/docs/conf.py index 3aaa0aa7..027e8385 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,7 +11,7 @@ project = "ipyvuetify" copyright = f"2019-{datetime.now().year}, Mario Buikhuizen" author = "Mario Buikhuizen" -release = "1.9.3" +release = "1.9.4" # -- General configuration --------------------------------------------------- diff --git a/ipyvuetify/_version.py b/ipyvuetify/_version.py index 5ce8c571..b355e14e 100644 --- a/ipyvuetify/_version.py +++ b/ipyvuetify/_version.py @@ -1,2 +1,2 @@ -__version__ = "1.9.3" +__version__ = "1.9.4" semver = "^" + __version__ diff --git a/js/package-lock.json b/js/package-lock.json index b1f16af5..00f3e52f 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,12 +1,12 @@ { "name": "jupyter-vuetify", - "version": "1.9.3", + "version": "1.9.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jupyter-vuetify", - "version": "1.9.3", + "version": "1.9.4", "license": "MIT", "dependencies": { "@jupyter-widgets/base": "^1 || ^2 || ^3 || ^4", diff --git a/js/package.json b/js/package.json index 21122acc..166c475c 100755 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-vuetify", - "version": "1.9.3", + "version": "1.9.4", "description": "Jupyter widgets based on vuetify UI components", "license": "MIT", "author": "Mario Buikhuizen, Maarten Breddels", diff --git a/pyproject.toml b/pyproject.toml index 1df705f5..91998ea9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ipyvuetify" -version = "1.9.3" +version = "1.9.4" description="Jupyter widgets based on vuetify UI components" requires-python = ">=3.6" dependencies = ["ipyvue>=1.7,<2"]