Skip to content

Commit

Permalink
chore: New Release
Browse files Browse the repository at this point in the history
  • Loading branch information
hutcheb committed Jul 7, 2024
1 parent 625ff12 commit 7c02ca6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def run(self):

setup(
name="acd-tools",
version="0.2a2",
version="0.2a3",
description="Rockwell ACD File Tools",
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down
2 changes: 1 addition & 1 deletion test/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def test_extract_database_files():


def test_dump_to_files():
export = ExportL5x(Path(os.path.join("..", "resources", "C05.ACD")))
export = ExportL5x(Path(os.path.join("..", "resources", "CuteLogix.ACD")))
DumpCompsRecords(export._cur, 0).dump(0)


Expand Down

0 comments on commit 7c02ca6

Please sign in to comment.