Move version to single place and remove unnecessary peer_type in update handler

This commit is contained in:
Tulir Asokan
2018-02-10 15:46:28 +02:00
parent 706d19fde8
commit 2193e3512d
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -1,8 +1,9 @@
import setuptools
import mautrix_telegram
setuptools.setup(
name="mautrix-telegram",
version="0.1.0",
version=mautrix_telegram.__version__,
url="https://github.com/tulir/mautrix-telegram",
author="Tulir Asokan",