We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca96803 commit 4a9a7f1Copy full SHA for 4a9a7f1
2 files changed
setup.py
@@ -26,7 +26,7 @@
26
27
setup(
28
name="science-synapse",
29
- version="2.2.8",
+ version="2.2.9",
30
description="Client library and CLI for the Synapse API",
31
author="Science Team",
32
author_email="team@science.xyz",
synapse/cli/offline_plot.py
@@ -9,7 +9,7 @@
9
import logging
10
import signal
11
12
-from offline_hdf5_plotter import plot_h5
+from synapse.cli.offline_hdf5_plotter import plot_h5
13
14
from rich.console import Console
15
0 commit comments