Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Laogeodritt committed Mar 5, 2021
1 parent d45fcfe commit 42f35e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kaztron/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
from .kazcog import KazCog
from .scheduler import Scheduler, TaskInstance, task

__release__ = "2.4" # release stream, usually major.minor only
__version__ = "2.4.1"
__release__ = "2.5" # release stream, usually major.minor only
__version__ = "2.5.0"

bot_info = {
"version": __version__,
Expand Down

0 comments on commit 42f35e5

Please sign in to comment.