We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c96052 commit 6e14558Copy full SHA for 6e14558
notebook/_version.py
@@ -9,5 +9,5 @@
9
10
# Next beta/alpha/rc release: The version number for beta is X.Y.ZbN **without dots**.
11
12
-version_info = (5, 3, 0, "rc1")
+version_info = (5, 3, 0)
13
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])
0 commit comments