From b3a6e8b08b9fb8486f812dea9b6ad519e326ff6b Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 3 Mar 2015 22:39:25 -0800 Subject: [PATCH] Upping version, updated pip instructions in readme. --- README.rst | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 7083e36..d2880ef 100644 --- a/README.rst +++ b/README.rst @@ -13,9 +13,9 @@ Installation Reddit Terminal Viewer is Py2/Py3 compatible. The quickest way to install is through pip. .. code-block:: bash - $ sudo pip install rtv + $ sudo pip install --pre rtv -Alternatively, the repo can be installed directly using python setuptools. +Alternatively, you can install directly from the repo using python setuptools. .. code-block:: bash diff --git a/setup.py b/setup.py index cc3957b..c186420 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from setuptools import setup setup( name='rtv', - version='1.0a3', + version='1.0a4', description='A simple terminal viewer for Reddit (Reddit Terminal Viewer)', long_description=( '**Reddit Terminal Viewer (RTV)** is a lightweight browser '