Skip to content

Commit 1db0420

Browse files
committed
add summary to apreader
1 parent acc2086 commit 1db0420

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

apread/apreader.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ def connect(self):
151151
if input(f"Is '{channel.Name}' your time/reference channel? [y/n] ") == "y":
152152
timeChannel = channel
153153
break
154-
# %%
155-
156-
#%% sdasd
154+
157155
# set the time-channel on every channel but itself
158156
if timeChannel != None:
159157
for channel in group:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# This call to setup() does all the work
1414
setup(
1515
name="apread",
16-
version="1.1.2-alpha5",
16+
version="1.1.2-alpha6",
1717
description="Import data from CatmanAP binary files.",
1818
long_description=README,
1919
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)