Skip to content

Commit

Permalink
Release 1.0.0rc10
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Silvester committed Aug 27, 2020
1 parent fbcb0ca commit 5f94a04
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, 'rc9')
version_info = (1, 0, 0, 'rc10')
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

0 comments on commit 5f94a04

Please sign in to comment.