Skip to content

Commit

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

jupyter_server_synchronizer-0.0.2-py3-none-any.whl: ec0e4b080a5a158a16cef646e1ccee9a40fe054f77aafb11903066a821bde59b

jupyter_server_synchronizer-0.0.2.tar.gz: 4d03573d5a2169e7e883092520d96ea23ec503a3da3a8cfd5f970cdeb94746f4
  • Loading branch information
github-actions[bot] committed Apr 12, 2022
1 parent a4fa036 commit 3381958
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, 2, ".dev", "0")
version_info = (0, 0, 2, "", "")
__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 @@ -15,7 +15,7 @@ testpaths = [
skip = ["check-links"]

[tool.tbump.version]
current = "0.0.2.dev0"
current = "0.0.2"
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 3381958

Please sign in to comment.