We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56c34fe commit c6114e0Copy full SHA for c6114e0
benchmarl/__init__.py
@@ -5,7 +5,7 @@
5
#
6
7
8
-__version__ = "0.0.4"
+__version__ = "1.0.0"
9
10
import importlib
11
setup.py
@@ -27,7 +27,7 @@ def package_files(directory):
27
28
setup(
29
name="benchmarl",
30
- version="0.0.4",
+ version="1.0.0",
31
description="BenchMARL",
32
url="https://github.com/facebookresearch/BenchMARL",
33
author="Matteo Bettini",
0 commit comments