diff --git a/resources/templates/Comps/RxGeneric.ksy b/resources/templates/Comps/RxGeneric.ksy index 47bcdc7..4090c55 100644 --- a/resources/templates/Comps/RxGeneric.ksy +++ b/resources/templates/Comps/RxGeneric.ksy @@ -23,6 +23,7 @@ seq: type: switch-on: cip_type cases: + 0x68: rx_tag 0x6B: rx_tag _: unknown - id: len_record diff --git a/setup.py b/setup.py index ceafd48..7230673 100644 --- a/setup.py +++ b/setup.py @@ -49,7 +49,7 @@ def run(self): setup( name="acd-tools", - version="0.2a6", + version="0.2a7", description="Rockwell ACD File Tools", classifiers=[ "Development Status :: 3 - Alpha",