Skip to content

Commit

Permalink
Bump version: 1.9.2 → 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
iisakkirotko committed Mar 22, 2024
1 parent dd10139 commit fa40f3f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.9.2
current_version = 1.9.3
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.9.2"
release = "1.9.3"

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

Expand Down
2 changes: 1 addition & 1 deletion ipyvuetify/_version.py
@@ -1,2 +1,2 @@
__version__ = "1.9.2"
__version__ = "1.9.3"
semver = "^" + __version__
4 changes: 2 additions & 2 deletions js/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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",
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.9.2"
version = "1.9.3"
description="Jupyter widgets based on vuetify UI components"
requires-python = ">=3.6"
dependencies = ["ipyvue>=1.7,<2"]
Expand Down

0 comments on commit fa40f3f

Please sign in to comment.