Skip to content

Commit 1037e03

Browse files
authored
Bump to 0.9.5
1 parent 3a18112 commit 1037e03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rucio-jupyterlab",
3-
"version": "0.9.2",
3+
"version": "0.9.5",
44
"description": "JupyterLab extension for integrating Rucio",
55
"keywords": [
66
"jupyter",

rucio_jupyterlab/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version_info = (0, 9, 4)
1+
version_info = (0, 9, 5)
22
__version__ = ".".join(map(str, version_info))

0 commit comments

Comments
 (0)