-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
SHA256 hashes: jupyter_server_synchronizer-0.0.9-py3-none-any.whl: a0bf2d928e4497a871f751491cc46fda7189d161e1334aa93028376b6131fe16 jupyter_server_synchronizer-0.0.9.tar.gz: efc0bc5301cfc50c551cfbc02f7055dd13a296cf11b8ff56364e9722f5171257
- Loading branch information
1 parent
65ce29e
commit b0c530e
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, 8, "", "") | ||
version_info = (0, 0, 9, "", "") | ||
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters