Skip to content

Commit

Permalink
Merge pull request #269 from instadeepai/chore/release
Browse files Browse the repository at this point in the history
fix: Updated versions in setup to match release.
  • Loading branch information
arnupretorius authored Jul 6, 2021
2 parents c9fd219 + 52834db commit ec3c173
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 ec3c173

Please sign in to comment.