From a1b500e58dc3a46738e870ae1a49d16d55adda4b Mon Sep 17 00:00:00 2001 From: Abhay Rana Date: Fri, 3 Oct 2014 19:13:08 +0530 Subject: [PATCH] Bumps version to 3.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 01430fa..8c2ce08 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ if sys.version_info < (2, 7): requirements.append('argparse') setup(name='hackertray', - version='2.3.2', + version='3.0.0', description='Hacker News app that sits in your System Tray', long_description='HackerTray is a simple Hacker News Linux application that lets you view top HN stories in your System Tray. It relies on appindicator, so it is not guaranteed to work on all systems. It also provides a Gtk StatusIcon fallback in case AppIndicator is not available.', keywords='hacker news hn tray system tray icon hackertray',