diff --git a/mastodon/Mastodon.py b/mastodon/Mastodon.py index f6551f0..8aad946 100644 --- a/mastodon/Mastodon.py +++ b/mastodon/Mastodon.py @@ -69,7 +69,8 @@ class Mastodon: """ __DEFAULT_BASE_URL = 'https://mastodon.social' __DEFAULT_TIMEOUT = 300 - + __SUPPORTED_MASTODON_VERSION = "2.1.0" + ### # Registering apps ###