diff --git a/benchmarl/__init__.py b/benchmarl/__init__.py index 96fd64ed..8aef3119 100644 --- a/benchmarl/__init__.py +++ b/benchmarl/__init__.py @@ -5,7 +5,7 @@ # -__version__ = "0.0.4" +__version__ = "1.0.0" import importlib diff --git a/setup.py b/setup.py index eab8e75d..90afac45 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ def package_files(directory): setup( name="benchmarl", - version="0.0.4", + version="1.0.0", description="BenchMARL", url="https://github.com/facebookresearch/BenchMARL", author="Matteo Bettini",