Skip to content

Commit bdb1757

Browse files
Publish 0.1.5
SHA256 hashes: jupyter_ydoc-0.1.5-py2.py3-none-any.whl: 1275e11e09904f8959c7284e04142193b03b7711f81b03032e8db977a5903bf5 jupyter_ydoc-0.1.5.tar.gz: 7ecf073e105765af66bb9912fd7ab10ade33b2afab7a8a9e274bf71e4b36cc3f
1 parent 3b2e856 commit bdb1757

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.4"
7+
__version__ = "0.1.5"

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