diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 7c994cf4..2a226451 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.9.0 +current_version = 1.9.1 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 5e1de0c5..96fe4511 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.0" +release = "1.9.1" # -- General configuration --------------------------------------------------- diff --git a/ipyvuetify/_version.py b/ipyvuetify/_version.py index e3901f0a..51f6b93e 100644 --- a/ipyvuetify/_version.py +++ b/ipyvuetify/_version.py @@ -1,2 +1,2 @@ -__version__ = "1.9.0" +__version__ = "1.9.1" semver = "^" + __version__ diff --git a/js/package.json b/js/package.json index afabb7e2..7ef41bd2 100755 --- a/js/package.json +++ b/js/package.json @@ -1,6 +1,6 @@ { "name": "jupyter-vuetify", - "version": "1.9.0", + "version": "1.9.1", "description": "Jupyter widgets based on vuetify UI components", "license": "MIT", "author": "Mario Buikhuizen, Maarten Breddels", diff --git a/pyproject.toml b/pyproject.toml index 2f09c6ca..eef301b8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "ipyvuetify" -version = "1.9.0" +version = "1.9.1" description="Jupyter widgets based on vuetify UI components" requires-python = ">=3.6" dependencies = ["ipyvue>=1.7,<2"]