From adbe605f08aadce605bd4d89ab94ddbf166307c1 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Fri, 6 Mar 2015 00:23:25 -0800 Subject: [PATCH] Upping version. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ab97166..d60bc54 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ def read(*paths): setup( name='rtv', - version='1.0a6', + version='1.0a7', description='A simple terminal viewer for Reddit (Reddit Terminal Viewer)', long_description=(read('README.rst')), url='https://github.com/michael-lazar/rtv',