From 7400957ac2edf0723ad9fd90cb79e393d972ae0c Mon Sep 17 00:00:00 2001 From: nemunaire Date: Wed, 21 Oct 2015 00:21:35 +0200 Subject: [PATCH] Bump version 4.0.dev3 --- nemubot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nemubot/__init__.py b/nemubot/__init__.py index 16173c9..84403e0 100644 --- a/nemubot/__init__.py +++ b/nemubot/__init__.py @@ -16,7 +16,7 @@ # You should have received a copy of the GNU Affero General Public License # along with this program. If not, see . -__version__ = '4.0.dev2' +__version__ = '4.0.dev3' __author__ = 'nemunaire' from nemubot.modulecontext import ModuleContext