Skip to content

Commit 7f42dfa

Browse files
Publish 0.1.6
SHA256 hashes: jupyter_ydoc-0.1.6-py2.py3-none-any.whl: 23394292dfd07bdc2982d040019bf9c82be4ece2fa048fb1418d43e031ab79e6 jupyter_ydoc-0.1.6.tar.gz: c4789bb2ce325a0d023db41ff1bc2860ffb2043b1a56ca80f2ae5eccefa22acf
1 parent 37fa9f8 commit 7f42dfa

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.5"
7+
__version__ = "0.1.6"

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