Skip to content

Commit 58920fc

Browse files
committed
chore: New Release
1 parent e87c33d commit 58920fc

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

acd/l5x/elements.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ def build(self) -> MapDevice:
117117
r = RxMapDevice.from_bytes(results[0][3])
118118

119119
if r.record_format_version == 0x00:
120-
return MapDevice(results[0][0], 0, 0, 0, 0, 0, [])
120+
return MapDevice(results[0][0], 0, 0, 0, 0, 0, 0, [])
121121
elif not r.body.valid:
122-
return MapDevice("", 0, 0, 0, 0, 0, [])
122+
return MapDevice("", 0, 0, 0, 0, 0, 0, [])
123123

124124
self._cur.execute(
125125
"SELECT tag_reference, record_string FROM comments WHERE parent=" + str(

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def run(self):
5353

5454
setup(
5555
name="acd-tools",
56-
version="0.2a1",
56+
version="0.2a2",
5757
description="Rockwell ACD File Tools",
5858
classifiers=[
5959
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)