From 4b9c036bd40073049eac7b3c77c7be6787f9bb81 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Wed, 16 Mar 2022 17:27:39 +0200 Subject: [PATCH] Bump version to 0.3.1 --- mautrix_googlechat/__init__.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mautrix_googlechat/__init__.py b/mautrix_googlechat/__init__.py index 2078eb8..0395c66 100644 --- a/mautrix_googlechat/__init__.py +++ b/mautrix_googlechat/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.3.0" +__version__ = "0.3.1" __author__ = "Tulir Asokan " diff --git a/requirements.txt b/requirements.txt index 82474dd..4725d90 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ ruamel.yaml>=0.15.94,<0.18 commonmark>=0.8,<0.10 python-magic>=0.4,<0.5 protobuf>=3,<4 -mautrix==0.15.0rc7 +mautrix>=0.15.0,<0.16 setuptools