Skip to content

Commit b08b495

Browse files
Publish 0.1.2
SHA256 hashes: jupyter_ydoc-0.1.2-py2.py3-none-any.whl: 918679eb31b87a07c4d575fdf3bb11087212865292f9d40b7d6f14b854db908d jupyter_ydoc-0.1.2.tar.gz: e09faa145bedbca714e06b22cfc4f7eab9f176d20e2ed8c80fd96e7e55080e6c
1 parent 73bc6e9 commit b08b495

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.1"
7+
__version__ = "0.1.2"

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