Skip to content

Commit

Permalink
Set release version
Browse files Browse the repository at this point in the history
DocGarbanzo authored Apr 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 5efa1b0 commit bd5521f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donkeycar/__init__.py
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
from pyfiglet import Figlet
import logging

__version__ = '5.2.dev0'
__version__ = '5.1.0'

logging.basicConfig(level=os.environ.get('LOGLEVEL', 'INFO').upper())

0 comments on commit bd5521f

Please sign in to comment.