Skip to content

Commit

Permalink
Release 1.0.0rc16
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Silvester committed Sep 8, 2020
1 parent ecf1959 commit 097676b
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 @@ -9,5 +9,5 @@

# Next beta/alpha/rc release: The version number for beta is X.Y.ZbN **without dots**.

version_info = (1, 0, 0, 'rc15')
version_info = (1, 0, 0, 'rc16')
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

0 comments on commit 097676b

Please sign in to comment.