From 095fd9181c03d8ddfee97094a285ace396329c78 Mon Sep 17 00:00:00 2001 From: Alex Tzonkov <4975715+attzonko@users.noreply.github.com> Date: Thu, 18 Feb 2021 19:25:13 +0000 Subject: [PATCH] Upgrading version to 1.3.9 after fixing #151 --- README.md | 6 +++--- mmpy_bot/__init__.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 91889653..7029e447 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -[![PyPI](https://badge.fury.io/py/mmpy_bot.svg)](https://pypi.org/project/mmpy_bot/) +[![PyPI](https://badge.fury.io/py/mmpy-bot.svg)](https://pypi.org/project/mmpy-bot/) [![Travis-Ci](https://travis-ci.com/attzonko/mmpy_bot.svg?branch=master)](https://travis-ci.com/attzonko/mmpy_bot) [![Codacy](https://api.codacy.com/project/badge/grade/b06f3af1d8a04c6faa9a76a4ae3cb483)](https://www.codacy.com/app/attzonko/mmpy_bot) [![Maintainability](https://api.codeclimate.com/v1/badges/809c8d66aea982d9e3da/maintainability)](https://codeclimate.com/github/attzonko/mmpy_bot/maintainability) -[![Python Support](https://img.shields.io/pypi/pyversions/mmpy_bot.svg)](https://pypi.org/project/mmpy_bot/) +[![Python Support](https://img.shields.io/pypi/pyversions/mmpy-bot.svg)](https://pypi.org/project/mmpy-bot/) [![Mattermost](https://img.shields.io/badge/mattermost-4.0+-blue.svg)](http://www.mattermost.org) -[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://pypi.org/project/mmpy_bot/) +[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://pypi.org/project/mmpy-bot/) Documentation available at [Read the Docs](http://mmpy_bot.readthedocs.org/). diff --git a/mmpy_bot/__init__.py b/mmpy_bot/__init__.py index 68f9f7e3..107fa951 100644 --- a/mmpy_bot/__init__.py +++ b/mmpy_bot/__init__.py @@ -1,5 +1,5 @@ """A python based chat bot for [Mattermost](http://www.mattermost.org).""" -VERSION = (1, 3, 8) +VERSION = (1, 3, 9) def get_version():