Skip to content

Commit

Permalink
Update __init__.py
Browse files Browse the repository at this point in the history
Added missing version bump
  • Loading branch information
DocGarbanzo authored May 26, 2024
1 parent 8b96b7a commit f81750d
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
Expand Up @@ -3,7 +3,7 @@
from pyfiglet import Figlet
import logging

__version__ = '5.2.dev1'
__version__ = '5.2.dev2'

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

Expand Down

0 comments on commit f81750d

Please sign in to comment.