-
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.4-py3-none-any.whl: f98badbc7465cd2c2d907fa53b7a312d3d48ba41350482b54baf80b13cdba7f0 jupyter_server_synchronizer-0.0.4.tar.gz: 9b17af060609984204c57ebecb1df61927bbf83ec79845e4d34f35959e1e4442
- Loading branch information
1 parent
3ad4b4b
commit 352fed9
Showing
2 changed files
with
2 additions
and
2 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, 4, ".dev", "0") | ||
version_info = (0, 0, 4, "", "") | ||
__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