From 70da28ae41d13ad5833b8ee4780a8bcfe38d9bf5 Mon Sep 17 00:00:00 2001 From: gotlium Date: Sun, 28 Feb 2016 22:54:37 +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 f83adf1..ca10bc7 100644 --- a/mattermost_bot/__init__.py +++ b/mattermost_bot/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 12) +VERSION = (1, 0, 13) def get_version():