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 3519c8a commit 11c906e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.4",
version="0.1.5",
packages=find_packages(exclude=["examples"]),
license="MIT",
include_package_data=True,
Expand All @@ -13,7 +13,7 @@
author_email="[email protected]",
url="https://github.com/michaelkoelle/marl-aquarium",
package_data={
"": ["*.png"],
"": ["*.png", "example/*.png", "marl_aquarium/env/assets/*.png"],
},
keywords=[
"artificial intelligence",
Expand Down

0 comments on commit 11c906e

Please sign in to comment.