Skip to content

Commit

Permalink
set version to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Nov 20, 2020
1 parent b2e0895 commit 8763b5b
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, 6, '')
version_info = (1, 1, 0, 'dev0')
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

0 comments on commit 8763b5b

Please sign in to comment.