diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 01adde87..88950831 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.2 +current_version = 1.9.3 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 c623b2e2..3aaa0aa7 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.2" +release = "1.9.3" # -- General configuration --------------------------------------------------- diff --git a/ipyvuetify/_version.py b/ipyvuetify/_version.py index 256d2fc7..5ce8c571 100644 --- a/ipyvuetify/_version.py +++ b/ipyvuetify/_version.py @@ -1,2 +1,2 @@ -__version__ = "1.9.2" +__version__ = "1.9.3" semver = "^" + __version__ diff --git a/js/package-lock.json b/js/package-lock.json index 0fed2ecd..b1f16af5 100644 --- a/js/package-lock.json +++ b/js/package-lock.json @@ -1,12 +1,12 @@ { "name": "jupyter-vuetify", - "version": "1.9.2", + "version": "1.9.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jupyter-vuetify", - "version": "1.9.2", + "version": "1.9.3", "license": "MIT", "dependencies": { "@jupyter-widgets/base": "^1 || ^2 || ^3 || ^4", diff --git a/js/package.json b/js/package.json index fd9bab4c..21122acc 100755 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-vuetify", - "version": "1.9.2", + "version": "1.9.3", "description": "Jupyter widgets based on vuetify UI components", "license": "MIT", "author": "Mario Buikhuizen, Maarten Breddels", diff --git a/pyproject.toml b/pyproject.toml index 5f4fe26c..1df705f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ipyvuetify" -version = "1.9.2" +version = "1.9.3" description="Jupyter widgets based on vuetify UI components" requires-python = ">=3.6" dependencies = ["ipyvue>=1.7,<2"]