Skip to content

Commit

Permalink
increment to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wroscoe committed Jun 21, 2018
1 parent e702946 commit 87eb5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion donkeycar/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '2.5.0a4'
__version__ = '2.5.1'

print('using donkey v{} ...'.format(__version__))

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@


setup(name='donkeycar',
version='2.5.0a4',
version='2.5.1',
description='Self driving library for python.',
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 87eb5a5

Please sign in to comment.