From c6114e0acc963416d7171f3675b5d05b94cd74cb Mon Sep 17 00:00:00 2001 From: Matteo Bettini Date: Sun, 26 Nov 2023 09:43:26 +0000 Subject: [PATCH] 1.0.0 --- benchmarl/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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",