Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkoelle committed Jan 26, 2024
1 parent 440f08d commit 210a1db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -11,6 +11,9 @@
author="Yannick Erpelding and Michael Kölle",
author_email="[email protected]",
url="https://github.com/michaelkoelle/marl-aquarium",
package_data={
"": ["*.png"],
},
keywords=[
"artificial intelligence",
"pettingzoo",
Expand Down

0 comments on commit 210a1db

Please sign in to comment.