Skip to content

Commit 402fabe

Browse files
Publish 0.1.1
SHA256 hashes: jupyter_ydoc-0.1.1-py2.py3-none-any.whl: 1ee43a530513e4c219c593527a9bd01a88b1efff94f72089659e14ba0473c446 jupyter_ydoc-0.1.1.tar.gz: cfa9b2c24d96a4f25c38095ecc9054a65c59406d6ec92351d1f34ab37deea7d8
1 parent 6b69242 commit 402fabe

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
@@ -11,4 +11,4 @@
1111

1212
ydocs = {ep.name: ep.load() for ep in entry_points(group="jupyter_ydoc")}
1313

14-
__version__ = "0.1.0"
14+
__version__ = "0.1.1"

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.0"
5+
current = "0.1.1"
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)