From 1e84981843fa5dc1cfc20287084753e3527b4b44 Mon Sep 17 00:00:00 2001 From: gotlium Date: Sat, 27 Feb 2016 01:04:14 +0500 Subject: [PATCH] bump version --- mattermost_bot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mattermost_bot/__init__.py b/mattermost_bot/__init__.py index 47c331d4..f83adf1b 100644 --- a/mattermost_bot/__init__.py +++ b/mattermost_bot/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 11) +VERSION = (1, 0, 12) def get_version():