diff --git a/docs/source/conf.py b/docs/source/conf.py index 3ca65557..0bc5599f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -95,7 +95,7 @@ # |version| and |release|, also used in various other places throughout the # built documents. # -__version__ = "0.1.6" +__version__ = "0.1.7" # The short X.Y version. version_parsed = parse_version(__version__) version = f"{version_parsed.major}.{version_parsed.minor}" # type:ignore[union-attr] diff --git a/jupyter_server_ydoc/_version.py b/jupyter_server_ydoc/_version.py index 0a8da882..f1380eed 100644 --- a/jupyter_server_ydoc/_version.py +++ b/jupyter_server_ydoc/_version.py @@ -1 +1 @@ -__version__ = "0.1.6" +__version__ = "0.1.7" diff --git a/pyproject.toml b/pyproject.toml index 2de01268..51020750 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "jupyter_server_ydoc" -version = "0.1.6" +version = "0.1.7" license = { file = "LICENSE" } description = "A Jupyter Server Extension Providing Y Documents." keywords = ["ipython", "jupyter"] @@ -95,7 +95,7 @@ ignore_missing_imports = true skip = ["check-links"] [tool.tbump.version] -current = "0.1.6" +current = "0.1.7" regex = ''' (?P\d+)\.(?P\d+)\.(?P\d+) ((?Pa|b|rc|.dev)(?P\d+))?