Skip to content

Commit

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

jupyter_server_synchronizer-0.0.5-py3-none-any.whl: dd1678207b1d621113f257c8d6e6533acec36dd1815108f8816a3bd8e5ebdc38

jupyter_server_synchronizer-0.0.5.tar.gz: 71942b935f67347301ae7f3de7acb260e48a85cf7307f353b91487df575c5320
  • Loading branch information
github-actions[bot] committed May 5, 2022
1 parent 9c830c8 commit 77e9c08
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jupyter_server_synchronizer/_version.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
store the current version info of the synchronizer.
"""
version_info = (0, 0, 5, ".dev", "0")
version_info = (0, 0, 5, "", "")
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ignore_missing_imports = true
skip = ["check-links"]

[tool.tbump.version]
current = "0.0.5.dev0"
current = "0.0.5"
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 77e9c08

Please sign in to comment.