Skip to content

Commit

Permalink
Merge pull request #25 from pitt-rnel/dev
Browse files Browse the repository at this point in the history
Fix new core def files not being included in package
  • Loading branch information
jmw182 authored Jul 26, 2024
2 parents f29c075 + f98c372 commit 901c7d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
include examples/msg_defs/message.yaml
include src/pyrtma/core_defs/core_defs.yaml
include examples/msg_defs/*.yaml
include src/pyrtma/core_defs/*.yaml
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.3.0"
__version__ = "2.3.1"
__author__ = "RNEL"
__author_email__ = ""
__license__ = "MIT"
Expand Down

0 comments on commit 901c7d4

Please sign in to comment.