Skip to content

Commit

Permalink
Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Laogeodritt committed Sep 15, 2020
1 parent 454a6cc commit 279092a
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.2" # release stream, usually major.minor only
__version__ = "2.2.0"
__release__ = "2.3" # release stream, usually major.minor only
__version__ = "2.3.0"

bot_info = {
"version": __version__,
Expand Down

0 comments on commit 279092a

Please sign in to comment.