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 d5162a6 commit c6a4319Copy full SHA for c6a4319
jupyterlab_git/_version.py
@@ -1,5 +1,5 @@
1
# Copyright (c) Project Jupyter.
2
# Distributed under the terms of the Modified BSD License.
3
4
-version_info = (0, 8, 2)
+version_info = (0, 9, 0)
5
__version__ = ".".join(map(str, version_info))
0 commit comments