Skip to content

Commit

Permalink
Merge pull request #485 from instadeepai/feature/release-0.1.3
Browse files Browse the repository at this point in the history
chore: Up the patch version of mava - 0.1.3.
  • Loading branch information
KaleabTessera authored Apr 22, 2022
2 parents 1eef1eb + fa57447 commit 4b07ae5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mava/_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 = "1"
_PATCH_VERSION = "2"
_PATCH_VERSION = "3"

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

0 comments on commit 4b07ae5

Please sign in to comment.