diff --git a/README.rst b/README.rst index 88252f0..d5cf496 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,10 @@ :target: https://pypi.python.org/pypi/rtv/ :alt: Latest Version +.. image:: https://pypip.in/py_versions/rtv/badge.svg?style=flat + :target: https://pypi.python.org/pypi/rtv/ + :alt: Supported Python versions + ====================== Reddit Terminal Viewer ====================== diff --git a/setup.py b/setup.py index eec8d18..e7cd765 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = '1.0' +__version__ = '1.0.post1' setup( name='rtv', @@ -22,6 +22,7 @@ setup( 'Operating System :: POSIX', 'Natural Language :: English', 'Programming Language :: Python :: 2.7', + 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3', 'Topic :: Terminals', 'Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Message Boards',