Bump version to v1.2.1

This commit is contained in:
jesopo 2019-02-25 21:47:36 +00:00
parent 56f6511ad3
commit 5aaf6eb7df

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 Socket, utils
VERSION = "v1.2.0"
VERSION = "v1.2.1"
TRIGGER_RETURN = 1
TRIGGER_EXCEPTION = 2