From ef0647b69e2c5c57eed51a21b4dda0d7c88c14e0 Mon Sep 17 00:00:00 2001 From: gotlium Date: Tue, 12 Jul 2016 22:04:49 +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 a293d09..50a8121 100644 --- a/mattermost_bot/__init__.py +++ b/mattermost_bot/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 16) +VERSION = (1, 0, 17) def get_version():