Skip to content

Commit 095fd91

Browse files
committed
Upgrading version to 1.3.9 after fixing #151
1 parent a3706b8 commit 095fd91

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
[![PyPI](https://badge.fury.io/py/mmpy_bot.svg)](https://pypi.org/project/mmpy_bot/)
1+
[![PyPI](https://badge.fury.io/py/mmpy-bot.svg)](https://pypi.org/project/mmpy-bot/)
22
[![Travis-Ci](https://travis-ci.com/attzonko/mmpy_bot.svg?branch=master)](https://travis-ci.com/attzonko/mmpy_bot)
33
[![Codacy](https://api.codacy.com/project/badge/grade/b06f3af1d8a04c6faa9a76a4ae3cb483)](https://www.codacy.com/app/attzonko/mmpy_bot)
44
[![Maintainability](https://api.codeclimate.com/v1/badges/809c8d66aea982d9e3da/maintainability)](https://codeclimate.com/github/attzonko/mmpy_bot/maintainability)
5-
[![Python Support](https://img.shields.io/pypi/pyversions/mmpy_bot.svg)](https://pypi.org/project/mmpy_bot/)
5+
[![Python Support](https://img.shields.io/pypi/pyversions/mmpy-bot.svg)](https://pypi.org/project/mmpy-bot/)
66
[![Mattermost](https://img.shields.io/badge/mattermost-4.0+-blue.svg)](http://www.mattermost.org)
7-
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://pypi.org/project/mmpy_bot/)
7+
[![License](https://img.shields.io/badge/license-MIT-green.svg)](https://pypi.org/project/mmpy-bot/)
88

99
Documentation available at [Read the Docs](http://mmpy_bot.readthedocs.org/).
1010

mmpy_bot/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
"""A python based chat bot for [Mattermost](http://www.mattermost.org)."""
2-
VERSION = (1, 3, 8)
2+
VERSION = (1, 3, 9)
33

44

55
def get_version():

0 commit comments

Comments
 (0)