Skip to content

Commit be74ae4

Browse files
Publish 0.1.14
SHA256 hashes: jupyter_ydoc-0.1.14-py2.py3-none-any.whl: 211bcf62ea95da8a58872281b56fc51ff243d38087bc45d4db99b1319d6a4f58 jupyter_ydoc-0.1.14.tar.gz: 2fdbbe6c9a095ddd1997480af1a72735f12aa754fe0958dfdb0e2765ca0086ef
1 parent 2ba90b2 commit be74ae4

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.13"
7+
__version__ = "0.1.14"

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.13"
5+
current = "0.1.14"
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)