Skip to content

Commit 72f1c7b

Browse files
Publish 0.1.7
SHA256 hashes: jupyter_ydoc-0.1.7-py2.py3-none-any.whl: 207323cfb72d667caa5142571c860729e03ecac6657249119c8a1ee590824cf3 jupyter_ydoc-0.1.7.tar.gz: 47ad189e7ff0737bd5b5faa2add0929b16a91fdffbd8f5394618e2bc93f8934e
1 parent c24ca8e commit 72f1c7b

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.6"
7+
__version__ = "0.1.7"

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.6"
5+
current = "0.1.7"
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)