diff --git a/examples/msg_defs/example_messages.py b/examples/msg_defs/example_messages.py index 1fcc46d4..d26d2674 100644 --- a/examples/msg_defs/example_messages.py +++ b/examples/msg_defs/example_messages.py @@ -1,4 +1,4 @@ -"""This message def file was auto-generated by pyrtma.compile version 2.2.2""" +"""This message def file was auto-generated by pyrtma.compile version 2.2.4""" import ctypes @@ -30,7 +30,7 @@ ) -COMPILED_PYRTMA_VERSION: str = "2.2.2" +COMPILED_PYRTMA_VERSION: str = "2.2.4" check_compiled_version(COMPILED_PYRTMA_VERSION) # Constants diff --git a/src/pyrtma/__version__.py b/src/pyrtma/__version__.py index f7306010..9e506b79 100644 --- a/src/pyrtma/__version__.py +++ b/src/pyrtma/__version__.py @@ -1,7 +1,7 @@ __title__ = "pyrtma" __description__ = "A Python compiler and client for RTMA/Dragonfly messaging system" __url__ = "https://github.com/pitt-rnel/pyrtma" -__version__ = "2.2.3" +__version__ = "2.2.4" __author__ = "RNEL" __author_email__ = "" __license__ = "MIT" diff --git a/src/pyrtma/core_defs.py b/src/pyrtma/core_defs.py index 6310a373..cd7e082c 100644 --- a/src/pyrtma/core_defs.py +++ b/src/pyrtma/core_defs.py @@ -1,4 +1,4 @@ -"""This message def file was auto-generated by pyrtma.compile version 2.2.2""" +"""This message def file was auto-generated by pyrtma.compile version 2.2.4""" import ctypes @@ -30,7 +30,7 @@ ) -COMPILED_PYRTMA_VERSION: str = "2.2.2" +COMPILED_PYRTMA_VERSION: str = "2.2.4" check_compiled_version(COMPILED_PYRTMA_VERSION) # Constants