Bumps version to 3.0.0

This commit is contained in:
Abhay Rana 2014-10-03 19:13:08 +05:30
parent 591f6454f2
commit a1b500e58d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if sys.version_info < (2, 7):
requirements.append('argparse') requirements.append('argparse')
setup(name='hackertray', setup(name='hackertray',
version='2.3.2', version='3.0.0',
description='Hacker News app that sits in your System Tray', 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.', 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', keywords='hacker news hn tray system tray icon hackertray',