We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74a5ef9 commit efc9383Copy full SHA for efc9383
jupyter_core/version.py
@@ -1,6 +1,6 @@
1
# Copyright (c) Jupyter Development Team.
2
# Distributed under the terms of the Modified BSD License.
3
4
-version_info = (4, 7, 0, 'dev')
+version_info = (4, 6, 1)
5
6
__version__ = '.'.join(map(str, version_info))
0 commit comments