Skip to content

Commit c6a4319

Browse files
committed
bumped python package version to match labextension
1 parent d5162a6 commit c6a4319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyterlab_git/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Copyright (c) Project Jupyter.
22
# Distributed under the terms of the Modified BSD License.
33

4-
version_info = (0, 8, 2)
4+
version_info = (0, 9, 0)
55
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)