Skip to content

Commit

Permalink
Publish 0.1.15
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyter_ydoc-0.1.15-py2.py3-none-any.whl: 1bbc76252b858781bfc04c886f6ec1661700ccc2d39b63cba01b93ccf8853508

jupyter_ydoc-0.1.15.tar.gz: f0f1918371e2bd97c004c8a238a2c74d5ede14a7727e875c77a98ef491d52278
  • Loading branch information
github-actions[bot] committed Jul 27, 2022
1 parent bc5bb50 commit daaad70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter_ydoc/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

ydocs = {ep.name: ep.load() for ep in pkg_resources.iter_entry_points(group="jupyter_ydoc")}

__version__ = "0.1.14"
__version__ = "0.1.15"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
ignore = [".*"]

[tool.tbump.version]
current = "0.1.14"
current = "0.1.15"
regex = '''
(?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
((?P<channel>a|b|rc|.dev)(?P<release>\d+))?
Expand Down

0 comments on commit daaad70

Please sign in to comment.