v3.3 now considered stable

This commit is contained in:
nemunaire 2014-07-17 12:20:08 +02:00
commit fabdbc7c47
3 changed files with 1 additions and 14 deletions

2
bot.py
View file

@ -37,7 +37,7 @@ class Bot:
def __init__(self, ip, realname, mp=list()):
# Bot general informations
self.version = 3.3
self.version_txt = "3.3-dev"
self.version_txt = "3.3"
# Save various informations
self.ip = ip