From e9f9302bebb9fa8962bf239c9610a4598860eaff Mon Sep 17 00:00:00 2001 From: gotlium Date: Thu, 18 Aug 2016 01:54:06 +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 50a8121..10e47e8 100644 --- a/mattermost_bot/__init__.py +++ b/mattermost_bot/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 17) +VERSION = (1, 0, 18) def get_version():