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"]