Upping version.

This commit is contained in:
Michael Lazar
2015-03-05 00:22:02 -08:00
parent da79d0fef2
commit 444021fd12
2 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
======================
Reddit Terminal Viewer
======================
.. image:: https://pypip.in/version/rtv/badge.svg?text=version
:target: https://pypi.python.org/pypi/rtv/
:alt: Latest Version
**Reddit Terminal Viewer (RTV)** is a lightweight browser for Reddit (www.reddit.com) built into a terminal window.
RTV is built in Python and utilizes the **curses** library.
It is compatible with a large range of terminal emulators on Linux and OSX systems.

View File

@@ -11,7 +11,7 @@ def read(*paths):
setup(
name='rtv',
version='1.0a4',
version='1.0a5',
description='A simple terminal viewer for Reddit (Reddit Terminal Viewer)',
long_description=(read('README.rst')),
url='https://github.com/michael-lazar/rtv',
@@ -29,7 +29,6 @@ setup(
'Operating System :: POSIX',
'Natural Language :: English',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.0',
'Programming Language :: Python :: 3.1',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',