Skip to content

Commit 366e106

Browse files
Publish 0.1.13
SHA256 hashes: jupyter_ydoc-0.1.13-py2.py3-none-any.whl: 3b4e9ccafb708ae046b0f7635804bb1ddae786e87a6d344e07d6ca1dbf2a42ee jupyter_ydoc-0.1.13.tar.gz: f066d92e82a4b5fa8e55d5e6f55fe5fc1ed98dd55b42feba3475253f864657c8
1 parent 41fe7b8 commit 366e106

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.12"
7+
__version__ = "0.1.13"

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.12"
5+
current = "0.1.13"
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)