Skip to content

Commit

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

jupyter_ydoc-0.1.8-py2.py3-none-any.whl: eb9c77970679db7946c83cf4f7ada9112a6ebf812752774961a89dd8a96ff850

jupyter_ydoc-0.1.8.tar.gz: 1b403b2ef8503e2528c33af8fbcdd3731167f1f850a66f4a33e0ae7a0d25ed6f
  • Loading branch information
github-actions[bot] committed May 12, 2022
1 parent f688a99 commit 5f4a14d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter_ydoc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

ydocs = {ep.name: ep.load() for ep in pkg_resources.iter_entry_points(group="jupyter_ydoc")}

__version__ = "0.1.7"
__version__ = "0.1.8"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[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 5f4a14d

Please sign in to comment.