From dacb618069c08ea21689662feefbd66f4cbdd2e7 Mon Sep 17 00:00:00 2001 From: nemunaire Date: Thu, 12 Feb 2015 23:57:21 +0100 Subject: [PATCH] Increasing version number due to significant changes --- nemubot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nemubot/__init__.py b/nemubot/__init__.py index af02327..f693b22 100644 --- a/nemubot/__init__.py +++ b/nemubot/__init__.py @@ -28,7 +28,7 @@ import threading import time import uuid -__version__ = '4.0.dev0' +__version__ = '4.0.dev1' __author__ = 'nemunaire' from nemubot.consumer import Consumer, EventConsumer, MessageConsumer