Skip to content

Commit e85802f

Browse files
Publish 0.1.12
SHA256 hashes: jupyter_ydoc-0.1.12-py2.py3-none-any.whl: 04c0963c45a67a6c9f40f24004ec665084a9a5f4e8ffa8e268d21b1f785680eb jupyter_ydoc-0.1.12.tar.gz: 91ce990611d6a7e29985c6c749736dda219ef9306ee8bb5ecb21e85d40f7e085
1 parent 5759384 commit e85802f

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.11"
7+
__version__ = "0.1.12"

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.11"
5+
current = "0.1.12"
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)