Skip to content

Commit

Permalink
Merge pull request #13 from inverted-ai/v0.1.1
Browse files Browse the repository at this point in the history
Bump version to 0.1.1
  • Loading branch information
adscib authored May 7, 2024
2 parents 2c24ed8 + f90efad commit c192541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchdriveenv/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

from torchdriveenv.gym_env import SingleAgentWrapper, WaypointSuiteEnv

__version__ = "0.1.0"
__version__ = "0.1.1"

_data_path = [os.path.join(x, 'data') for x in __path__]

Expand Down

0 comments on commit c192541

Please sign in to comment.