Skip to content

Commit

Permalink
Merge pull request #105 from FLAIROx/amacrutherford-patch-2
Browse files Browse the repository at this point in the history
increment version before release
  • Loading branch information
mttga authored Jul 15, 2024
2 parents 9b1d643 + d4b33bb commit 2df4446
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.4"
__version__ = "0.0.5"

0 comments on commit 2df4446

Please sign in to comment.