diff --git a/mmpy_bot/__init__.py b/mmpy_bot/__init__.py index f5e457c0..68f9f7e3 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, 6) +VERSION = (1, 3, 8) def get_version(): diff --git a/pyproject.toml b/pyproject.toml index c53c6bc5..724272a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi" module = "mmpy_bot" author = "Alex Tzonkov" author-email = "alex.tzonkov@gmail.com" -home-page = "https://pypi.org/project/mmpy-bot/" +home-page = "https://github.com/attzonko/mmpy_bot" description-file = "README.md" classifiers = [ 'License :: OSI Approved :: MIT License',