Skip to content

Commit

Permalink
Set release version
Browse files Browse the repository at this point in the history
  • Loading branch information
DocGarbanzo committed Apr 1, 2024
1 parent 5efa1b0 commit bd5521f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion donkeycar/__init__.py
Expand Up @@ -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())

Expand Down

0 comments on commit bd5521f

Please sign in to comment.