Skip to content

Commit

Permalink
Publish 0.1.6
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter_server_ydoc-0.1.6-py3-none-any.whl: 33a45e2f83ef2244c13a5f0e0bfad496957f11e6aaa5765bef8c34d5a6ed4692

jupyter_server_ydoc-0.1.6.tar.gz: d9ffc76d37626e0afde84778ec19e9877fe0898265dedf270f65dde7ac7348ef
  • Loading branch information
github-actions[bot] committed Jul 25, 2022
1 parent 605904c commit 6ea2529
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
# |version| and |release|, also used in various other places throughout the
# built documents.
#
__version__ = "0.1.5"
__version__ = "0.1.6"
# The short X.Y version.
version_parsed = parse_version(__version__)
version = f"{version_parsed.major}.{version_parsed.minor}" # type:ignore[union-attr]
Expand Down
2 changes: 1 addition & 1 deletion jupyter_server_ydoc/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.5"
__version__ = "0.1.6"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "jupyter_server_ydoc"
version = "0.1.5"
version = "0.1.6"
license = { file = "LICENSE" }
description = "A Jupyter Server Extension Providing Y Documents."
keywords = ["ipython", "jupyter"]
Expand Down Expand Up @@ -95,7 +95,7 @@ ignore_missing_imports = true
skip = ["check-links"]

[tool.tbump.version]
current = "0.1.5"
current = "0.1.6"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down

0 comments on commit 6ea2529

Please sign in to comment.