Skip to content

Commit c6114e0

Browse files
committed
1.0.0
1 parent 56c34fe commit c6114e0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmarl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66

77

8-
__version__ = "0.0.4"
8+
__version__ = "1.0.0"
99

1010
import importlib
1111

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def package_files(directory):
2727

2828
setup(
2929
name="benchmarl",
30-
version="0.0.4",
30+
version="1.0.0",
3131
description="BenchMARL",
3232
url="https://github.com/facebookresearch/BenchMARL",
3333
author="Matteo Bettini",

0 commit comments

Comments
 (0)