From bac4557a1e3945725c6a6065ba625b0257c95202 Mon Sep 17 00:00:00 2001 From: gotlium Date: Thu, 19 Jan 2017 03:23:37 +0500 Subject: [PATCH] bump version --- README.md | 2 +- mattermost_bot/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6cc86c5..dafacf6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ A chat bot for [Mattermost](http://www.mattermost.org). | Mattermost | MatterBot | |------------------|:----------:| -| 3.5 | 1.0.19 | +| >= 3.5 | > 1.0.19 | | >= 3.3 && <= 3.4 | 1.0.18 | | >= 3.0 && <= 3.2 | 1.0.17 | | < 3.0 | < 1.0.16 | diff --git a/mattermost_bot/__init__.py b/mattermost_bot/__init__.py index 34f3be2..faabc74 100644 --- a/mattermost_bot/__init__.py +++ b/mattermost_bot/__init__.py @@ -1,4 +1,4 @@ -VERSION = (1, 0, 19) +VERSION = (1, 0, 20) def get_version():