From e0613c91186bf68650a375df71e2e41da6ce39a9 Mon Sep 17 00:00:00 2001 From: Mario Buikhuizen Date: Wed, 31 Jul 2024 16:36:25 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.9.4=20=E2=86=92=201.10.0?= 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.json | 2 +- pyproject.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index dc0ec4b..71f9285 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.4 +current_version = 1.10.0 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 027e838..2782406 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.4" +release = "1.10.0" # -- General configuration --------------------------------------------------- diff --git a/ipyvuetify/_version.py b/ipyvuetify/_version.py index b355e14..d4938fb 100644 --- a/ipyvuetify/_version.py +++ b/ipyvuetify/_version.py @@ -1,2 +1,2 @@ -__version__ = "1.9.4" +__version__ = "1.10.0" semver = "^" + __version__ diff --git a/js/package.json b/js/package.json index e44aee4..df938b8 100755 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-vuetify", - "version": "1.9.4", + "version": "1.10.0", "description": "Jupyter widgets based on vuetify UI components", "license": "MIT", "author": "Mario Buikhuizen, Maarten Breddels", diff --git a/pyproject.toml b/pyproject.toml index a3b9850..6e5e6c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ipyvuetify" -version = "1.9.4" +version = "1.10.0" description="Jupyter widgets based on vuetify UI components" requires-python = ">=3.6" dependencies = ["ipyvue>=1.7,<2"]