Skip to content

Commit 7c02ca6

Browse files
committed
chore: New Release
1 parent 625ff12 commit 7c02ca6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

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

4949
setup(
5050
name="acd-tools",
51-
version="0.2a2",
51+
version="0.2a3",
5252
description="Rockwell ACD File Tools",
5353
classifiers=[
5454
"Development Status :: 3 - Alpha",

test/test_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def test_extract_database_files():
2121

2222

2323
def test_dump_to_files():
24-
export = ExportL5x(Path(os.path.join("..", "resources", "C05.ACD")))
24+
export = ExportL5x(Path(os.path.join("..", "resources", "CuteLogix.ACD")))
2525
DumpCompsRecords(export._cur, 0).dump(0)
2626

2727

0 commit comments

Comments
 (0)