Skip to content

Commit

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

jupyter_server_ydoc-0.1.8-py3-none-any.whl: 5dcf57b1096874a7ec006f1819e68969af7d91d263df8d868f147ba551ca1f6a

jupyter_server_ydoc-0.1.8.tar.gz: f22948bf1dc1ba6dd696dafc0000401a2dd0dbec872d155cefc48c14617e4d08
  • Loading branch information
github-actions[bot] committed Jul 27, 2022
1 parent a74e2c0 commit 2ab90d2
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.7"
__version__ = "0.1.8"
# 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.7"
__version__ = "0.1.8"
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.7"
version = "0.1.8"
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.7"
current = "0.1.8"
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 2ab90d2

Please sign in to comment.