Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Bump version after 5.2.0 release
  • Loading branch information
DocGarbanzo committed Apr 1, 2024
1 parent 6dade16 commit 5efa1b0
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.1.dev2'
__version__ = '5.2.dev0'

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

Expand Down

0 comments on commit 5efa1b0

Please sign in to comment.