Skip to content

Commit f73b6ab

Browse files
committed
release 5.3.1
1 parent bbce09a commit f73b6ab

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

0 commit comments

Comments
 (0)