Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tawnkramer committed Jul 28, 2020
1 parent 2362762 commit eb657cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gym_donkeycar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

__author__ = """Tawn Kramer"""
__email__ = '[email protected]'
__version__ = '1.0.14'
__version__ = '1.0.15'

from gym.envs.registration import register
from .envs.donkey_env import GeneratedRoadsEnv, WarehouseEnv, AvcSparkfunEnv, GeneratedTrackEnv, MountainTrackEnv
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/tawnkramer/gym-donkeycar',
version='1.0.14',
version='1.0.15',
zip_safe=False,
)

0 comments on commit eb657cb

Please sign in to comment.