Skip to content

Commit

Permalink
Merge pull request #438 from instadeepai/release/mava-release
Browse files Browse the repository at this point in the history
Feat/Release new mava version.
  • Loading branch information
KaleabTessera authored Feb 25, 2022
2 parents 1e33d76 + ac2eaf4 commit 2c8f7f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mava/_metadata.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,15 @@
# limitations under the License.

"""Package metadata for mava.
This is kept in a separate module so that it can be imported from setup.py, at
a time when mava's dependencies may not have been installed yet.
"""

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

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

0 comments on commit 2c8f7f5

Please sign in to comment.