Skip to content

Commit

Permalink
Merge pull request #270 from instadeepai/develop
Browse files Browse the repository at this point in the history
Release 0.1.0
  • Loading branch information
arnupretorius authored Jul 6, 2021
2 parents 85bc2d5 + ec3c173 commit 80004d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mava/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@

# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = "0"
_MINOR_VERSION = "0"
_PATCH_VERSION = "9"
_MINOR_VERSION = "1"
_PATCH_VERSION = "0"

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

0 comments on commit 80004d3

Please sign in to comment.