mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-17 12:39:54 +08:00
Back to dev version
This commit is contained in:
parent
90cf12c48e
commit
1b363e0431
@ -5,7 +5,7 @@ store the current version info of the notebook.
|
||||
import re
|
||||
|
||||
# Next beta (b)/ alpha (a)/ release candidate (rc) release: The version number for alpha is X.Y.ZaN
|
||||
__version__ = '5.7.16'
|
||||
__version__ = '5.7.16.dev'
|
||||
|
||||
# Build up version_info tuple for backwards compatibility
|
||||
pattern = r'(?P<major>\d+).(?P<minor>\d+).(?P<patch>\d+)(?P<rest>.*)'
|
||||
|
Loading…
Reference in New Issue
Block a user