Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
hitblast committed Jun 2, 2023
1 parent 87924f5 commit 0ec1eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from .ui import *

# Set version number.
__version_info__ = ('2023', '6', '1') # Year.Month.Day
__version_info__ = ('2023', '6', '2') # Year.Month.Day
__version__ = '.'.join(__version_info__)


Expand Down

0 comments on commit 0ec1eee

Please sign in to comment.