Skip to content

Commit

Permalink
back to dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Apr 12, 2021
1 parent 3cccc37 commit 940bd2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
# However, be sure to INCLUDE a dot prefix when adding the dev release: X.Y.Z.devN
# See: https://www.python.org/dev/peps/pep-0440/#public-version-identifiers

version_info = (1, 6, 1)
version_info = (1, 7, 0, '.dev0')
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

0 comments on commit 940bd2e

Please sign in to comment.