From 9cbd4288ea170581b01d721a82e9f7cae6abda79 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sat, 14 Mar 2015 01:08:15 -0700 Subject: [PATCH] Upping version. --- README.rst | 5 +++-- setup.py | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index e26e86c..88252f0 100644 --- a/README.rst +++ b/README.rst @@ -20,7 +20,7 @@ Install using pip .. code-block:: bash - $ sudo pip install --pre rtv + $ sudo pip install rtv Or clone the repository @@ -46,8 +46,9 @@ RTV currently supports browsing both subreddits and individual submissions. In e **Global Commands** :``▲``/``▼`` or ``j``/``k``: Scroll to the prev/next item +:``a``/``z``: Upvote/downvote the selected item :``o``: Open the selected item in the default web browser -:``r`` or ``F5``: Refresh the current page +:``r``: Refresh the current page :``?``: Show the help message :``q``: Quit diff --git a/setup.py b/setup.py index d31b06a..eec8d18 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,6 @@ from setuptools import setup -__version__ = '1.0a9' +__version__ = '1.0' setup( name='rtv',