Skip to content

Commit

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

jupyter_server-2.0.0a0-py3-none-any.whl: 7be4a24d79bace14bdf83208e32b9403a38890f747ff889c107a19a5e702d6f9

jupyter_server-2.0.0a0.tar.gz: 6704e2791a4a508d8e78d323ed7a5ff94a9f869fb06edd7d243b1830aea1c255
  • Loading branch information
github-actions[bot] committed May 3, 2022
1 parent 47ade5b commit 80d225e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 405 deletions.
2 changes: 1 addition & 1 deletion jupyter_server/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
store the current version info of the server.
"""
version_info = (1, 16, 1, ".dev", "0")
version_info = (2, 0, 0, "a", "0")
__version__ = ".".join(map(str, version_info[:3])) + "".join(version_info[3:])
Loading

0 comments on commit 80d225e

Please sign in to comment.