diff options
author | Lorenz Diener <[email protected]> | 2018-01-29 15:33:20 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2018-01-29 15:33:20 +0100 |
commit | 0cd284bc2fbf3679168853275e2baa05e9fa2b97 (patch) | |
tree | 346db170389e62e9b540d946c752d8f68855a465 | |
parent | 565202326c2bc9079ca05bc5876f50b1b52d9a5a (diff) | |
download | mastodon.py-0cd284bc2fbf3679168853275e2baa05e9fa2b97.tar.gz |
Knew I forgot to bump version somewhere.
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ Mastodon.py | |||
35 | mastodon.toot('Tooting from python using #mastodonpy !') | 35 | mastodon.toot('Tooting from python using #mastodonpy !') |
36 | 36 | ||
37 | Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API. | 37 | Python wrapper for the Mastodon ( https://github.com/tootsuite/mastodon/ ) API. |
38 | Feature complete for public API as of Mastodon version 2.1.0 and easy to get started with. | 38 | Feature complete for public API as of Mastodon version 2.2.0 and easy to get started with. |
39 | 39 | ||
40 | You can install Mastodon.py via pypi: | 40 | You can install Mastodon.py via pypi: |
41 | 41 | ||