Skip to content

Commit a5e6c3c

Browse files
Publish 0.1.16
SHA256 hashes: jupyter_ydoc-0.1.16-py2.py3-none-any.whl: fb6e4f0a0e393b6399c3cba4cd85a4cb66b8bd4e552e578603e45989fd3c1367 jupyter_ydoc-0.1.16.tar.gz: 81e5349adefa2e3f1ec52b421c50efa56c2f856dff7499fef3a64d9581ac6347
1 parent b201b74 commit a5e6c3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jupyter_ydoc/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44

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

7-
__version__ = "0.1.15"
7+
__version__ = "0.1.16"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
ignore = [".*"]
33

44
[tool.tbump.version]
5-
current = "0.1.15"
5+
current = "0.1.16"
66
regex = '''
77
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
88
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?

0 commit comments

Comments
 (0)