Bumps version to 2.0.1

This commit is contained in:
Abhay Rana 2014-06-06 20:40:48 +05:30
parent 51a6be1a1d
commit 992961071c
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ if sys.version_info < (2, 7):
requirements.append('argparse')
setup(name='hackertray',
version='2.0.0',
version='2.0.1',
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',