Skip to content

Commit 8de7a52

Browse files
committed
Back to development
1 parent b12bd4c commit 8de7a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99

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

12-
version_info = (5, 0, 0, '-rc.1')
12+
version_info = (5, 0, 0, '.dev')
1313
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

0 commit comments

Comments
 (0)