Bump version to v1.4.0

This commit is contained in:
jesopo 2019-04-16 09:59:40 +01:00
parent 16083309ef
commit 34848324d5

View file

@ -2,7 +2,7 @@ import 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.2.1" VERSION = "v1.4.0"
TRIGGER_RETURN = 1 TRIGGER_RETURN = 1
TRIGGER_EXCEPTION = 2 TRIGGER_EXCEPTION = 2