1 parent acc2086 commit 1db0420Copy full SHA for 1db0420
2 files changed
apread/apreader.py
@@ -151,9 +151,7 @@ def connect(self):
151
if input(f"Is '{channel.Name}' your time/reference channel? [y/n] ") == "y":
152
timeChannel = channel
153
break
154
-# %%
155
-
156
- #%% sdasd
+
157
# set the time-channel on every channel but itself
158
if timeChannel != None:
159
for channel in group:
setup.py
@@ -13,7 +13,7 @@
13
# This call to setup() does all the work
14
setup(
15
name="apread",
16
- version="1.1.2-alpha5",
+ version="1.1.2-alpha6",
17
description="Import data from CatmanAP binary files.",
18
long_description=README,
19
long_description_content_type="text/markdown",
0 commit comments