Skip to content

Commit 0829a63

Browse files
authored
Merge pull request #56 from instadeepai/fix/add-manifest-file
Fix/add manifest file
2 parents 43a9595 + 096d442 commit 0829a63

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
include LICENSE
2+
include requirements/*

marl_eval/_metadata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
# We follow Semantic Versioning (https://semver.org/)
2323
_MAJOR_VERSION = "0"
2424
_MINOR_VERSION = "0"
25-
_PATCH_VERSION = "3"
25+
_PATCH_VERSION = "4"
2626

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

0 commit comments

Comments
 (0)