From 721da30d7a26ca3eba2ca12648604f1feb680e39 Mon Sep 17 00:00:00 2001 From: Lorenz Diener Date: Fri, 16 Jun 2017 01:29:12 +0200 Subject: Some changes in preparation for 1.0.8 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 30949a5..45118ab 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages setup(name='Mastodon.py', - version='1.0.7', + version='1.0.8', description='Python wrapper for the Mastodon API', packages=['mastodon'], setup_requires=['pytest-runner'], @@ -13,7 +13,7 @@ setup(name='Mastodon.py', license='MIT', keywords='mastodon api microblogging', classifiers=[ - 'Development Status :: 4 - Beta', + 'Development Status :: 5 - Production/Stable', 'Intended Audience :: Developers', 'Topic :: Communications', 'License :: OSI Approved :: MIT License', -- cgit v1.2.3