diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index cafbb2e..f8ed5ec 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -73,7 +73,7 @@ class Mastodon(MastoUtility, MastoAuthentication, MastoAccounts, MastoInstance, """ # Support level __SUPPORTED_MASTODON_VERSION = "4.4.3" - __MASTODON_PY_VERSION = "2.1.1" + __MASTODON_PY_VERSION = "2.1.2" @staticmethod def get_supported_version() -> str: