Skip to content

Commit

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

jupyter_ydoc-0.1.16-py2.py3-none-any.whl: fb6e4f0a0e393b6399c3cba4cd85a4cb66b8bd4e552e578603e45989fd3c1367

jupyter_ydoc-0.1.16.tar.gz: 81e5349adefa2e3f1ec52b421c50efa56c2f856dff7499fef3a64d9581ac6347
  • Loading branch information
github-actions[bot] committed Jul 27, 2022
1 parent b201b74 commit a5e6c3c
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.15"
__version__ = "0.1.16"
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.15"
current = "0.1.16"
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 a5e6c3c

Please sign in to comment.