Skip to content

Commit 41daba9

Browse files
committed
Release 1.1.4
1 parent b4968ce commit 41daba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@
1111
# However, be sure to INCLUDE a dot prefix when adding the dev release: X.Y.Z.devN
1212
# See: https://www.python.org/dev/peps/pep-0440/#public-version-identifiers
1313

14-
version_info = (1, 2, 0, '.dev0')
14+
version_info = (1, 1, 4)
1515
__version__ = '.'.join(map(str, version_info[:3])) + ''.join(version_info[3:])

0 commit comments

Comments
 (0)