Skip to content

Commit 6e14558

Browse files
committed
release 5.3.0
1 parent 0c96052 commit 6e14558

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notebook/_version.py

+1-1
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, 3, 0, "rc1")
12+
version_info = (5, 3, 0)
1313
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

0 commit comments

Comments
 (0)