Skip to content

Commit

Permalink
Bump version to 2.2.4 and rebuild message defs (forgot to do this for…
Browse files Browse the repository at this point in the history
… 2.2.3)
  • Loading branch information
jmw182 committed Apr 18, 2024
1 parent f0a7ed3 commit 4f783d4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions examples/msg_defs/example_messages.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/pyrtma/__version__.py
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 2 additions & 2 deletions src/pyrtma/core_defs.py
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4f783d4

Please sign in to comment.