Skip to content

Commit

Permalink
Merge pull request #56 from instadeepai/fix/add-manifest-file
Browse files Browse the repository at this point in the history
Fix/add manifest file
  • Loading branch information
RuanJohn authored Feb 28, 2024
2 parents 43a9595 + 096d442 commit 0829a63
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
include LICENSE
include requirements/*
2 changes: 1 addition & 1 deletion marl_eval/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = "0"
_MINOR_VERSION = "0"
_PATCH_VERSION = "3"
_PATCH_VERSION = "4"

# Example: '0.4.2'
__version__ = ".".join([_MAJOR_VERSION, _MINOR_VERSION, _PATCH_VERSION])

0 comments on commit 0829a63

Please sign in to comment.