aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhalcy <halcy@ARARAGI-KUN>2022-11-19 00:15:54 +0200
committerhalcy <halcy@ARARAGI-KUN>2022-11-19 00:15:54 +0200
commit31a00f07c19bf057bca0834f541eae581cd80a0c (patch)
treeb175f341a9d42b6bbc170116c30ef5f97ae06082 /setup.py
parente49cd0d53030085eea211eea8d840184f06f9ce0 (diff)
downloadmastodon.py-31a00f07c19bf057bca0834f541eae581cd80a0c.tar.gz
some more tests
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index ff5fab7..98ed7de 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ extras = {
26} 26}
27 27
28setup(name='Mastodon.py', 28setup(name='Mastodon.py',
29 version='1.6.1', 29 version='1.6.2',
30 description='Python wrapper for the Mastodon API', 30 description='Python wrapper for the Mastodon API',
31 packages=['mastodon'], 31 packages=['mastodon'],
32 install_requires=[ 32 install_requires=[
Powered by cgit v1.2.3 (git 2.41.0)