Bump version to v1.7.0

This commit is contained in:
jesopo 2019-05-23 19:10:22 +01:00
parent 61af81c9de
commit b12298135e

View file

@ -2,7 +2,7 @@ import enum, queue, os, select, socket, threading, time, traceback, typing, uuid
from src import EventManager, Exports, IRCServer, Logging, ModuleManager from src import EventManager, Exports, IRCServer, Logging, ModuleManager
from src import Socket, utils from src import Socket, utils
VERSION = "v1.6.0" VERSION = "v1.7.0"
SOURCE = "https://git.io/bitbot" SOURCE = "https://git.io/bitbot"
class TriggerResult(enum.Enum): class TriggerResult(enum.Enum):