Skip to content

Commit

Permalink
Bump version: 1.8.10 → 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maartenbreddels committed Feb 23, 2024
1 parent 2811e8a commit 33176c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.8.10
current_version = 1.9.0
commit = True
tag = True
parse = (?P<major>\d+)(\.(?P<minor>\d+))(\.(?P<patch>\d+))((?P<release>.)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Expand Up @@ -11,7 +11,7 @@
project = "ipyvuetify"
copyright = f"2019-{datetime.now().year}, Mario Buikhuizen"
author = "Mario Buikhuizen"
release = "1.8.10"
release = "1.9.0"

# -- General configuration ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion ipyvuetify/_version.py
@@ -1,2 +1,2 @@
__version__ = "1.8.10"
__version__ = "1.9.0"
semver = "^" + __version__
2 changes: 1 addition & 1 deletion js/package.json
@@ -1,6 +1,6 @@
{
"name": "jupyter-vuetify",
"version": "1.8.10",
"version": "1.9.0",
"description": "Jupyter widgets based on vuetify UI components",
"license": "MIT",
"author": "Mario Buikhuizen, Maarten Breddels",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "ipyvuetify"
version = "1.8.10"
version = "1.9.0"
description="Jupyter widgets based on vuetify UI components"
requires-python = ">=3.6"
dependencies = ["ipyvue>=1.7,<2"]
Expand Down

0 comments on commit 33176c3

Please sign in to comment.