Version Bump

This commit is contained in:
Nemo 2020-06-15 00:27:10 +05:30
parent f1141b2335
commit 1a29800787
2 changed files with 4 additions and 2 deletions

View File

@ -104,6 +104,8 @@ To develop on hackertray, or to test out experimental versions, do the following
## Analytics
On every launch, a request is made to `https://pypi.python.org/pypi/hackertray/json` to check the latest version.
**No more tracking**. All data every collected for this project has been deleted. You can see [the wiki](https://github.com/captn3m0/hackertray/wiki/Analytics) for what all was collected earlier.
## Credits

View File

@ -6,9 +6,9 @@ from setuptools import find_packages
requirements = ['requests']
setup(name='hackertray',
version='3.0.0',
version='4.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.',
long_description='HackerTray is a simple Hacker News Linux application that lets you view top HN stories in your System Tray. It supports appindicator and falls back to Gtk StatusIcon otherwise.',
keywords='hacker news hn tray system tray icon hackertray',
url='https://captnemo.in/hackertray',
author='Abhay Rana (Nemo)',