Skip to content

Commit

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

jupyter_server_ydoc-0.1.3-py3-none-any.whl: 4368b8b9e356a7841e81aaefd276f0e0827d1a24e2ba13b9f93dadbaf62d63b7

jupyter_server_ydoc-0.1.3.tar.gz: 0bc8137d49503dbfe091de283b21349a7853d504fb3171882d4b771b0d372a1b
  • Loading branch information
github-actions[bot] committed Jul 11, 2022
1 parent 2eacb9b commit 5045bea
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.2"
__version__ = "0.1.3"
# 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.2"
__version__ = "0.1.3"
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.2"
version = "0.1.3"
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.2"
current = "0.1.3"
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 5045bea

Please sign in to comment.