From 210a1dbba639d12fa8431863ad22a3737067082d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=B6lle?= Date: Fri, 26 Jan 2024 12:55:16 +0100 Subject: [PATCH] Bump version --- setup.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c860796..f594d9a 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="marl-aquarium", - version="0.1.2", + version="0.1.3", packages=find_packages(exclude=["examples"]), license="MIT", description="Aquarium: A Comprehensive Framework for Exploring Predator-Prey Dynamics through Multi-Agent Reinforcement Learning Algorithms", @@ -11,6 +11,9 @@ author="Yannick Erpelding and Michael Kölle", author_email="michael.koelle@ifi.lmu.de", url="https://github.com/michaelkoelle/marl-aquarium", + package_data={ + "": ["*.png"], + }, keywords=[ "artificial intelligence", "pettingzoo",