Skip to content

Commit

Permalink
Set version to 5.0.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
DocGarbanzo committed Dec 20, 2023
1 parent 0182bb8 commit 2a0ed2b
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.1.dev0'
__version__ = '5.0.0'

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

Expand Down

0 comments on commit 2a0ed2b

Please sign in to comment.