Skip to content

Commit

Permalink
increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
amacrutherford committed Oct 10, 2024
1 parent cba255a commit c802dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jaxmarl/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from .registration import make, registered_envs

__all__ = ["make", "registered_envs"]
__version__ = "0.0.5"
__version__ = "0.0.6"

0 comments on commit c802dcc

Please sign in to comment.