Skip to content

Commit fdace93

Browse files
Publish 0.1.11
SHA256 hashes: jupyter_ydoc-0.1.11-py2.py3-none-any.whl: e36fa69969de81596e6ac8b9e30685fb3167506473378d5e9778201b1cd7eed7 jupyter_ydoc-0.1.11.tar.gz: 1ebdb47d5bd78f11da8bfd72ad6c232d996e0600dc6cb744e13eb1e0ddefcc8d
1 parent 9ee405c commit fdace93

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.10"
7+
__version__ = "0.1.11"

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.10"
5+
current = "0.1.11"
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)