Skip to content

Commit

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

0 comments on commit 3bad90f

Please sign in to comment.