Skip to content

Commit 524d716

Browse files
Publish 0.1.10
SHA256 hashes: jupyter_ydoc-0.1.10-py2.py3-none-any.whl: 8da1a3d56938452549882f9b70301ea36065b088192f321b9a439acb4f508d05 jupyter_ydoc-0.1.10.tar.gz: ee9782ba0258c5044d29051514239b1112b730f83db338cbc783d160c62687df
1 parent 5b2065f commit 524d716

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.9"
7+
__version__ = "0.1.10"

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.9"
5+
current = "0.1.10"
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)