diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2013-08-30 18:54:19 +0200 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2013-08-30 18:54:19 +0200 |
| commit | 274a92ef179fbfaf4f84bef33e627ad3e43d24b7 (patch) | |
| tree | 1cf68747839718b3a1808a338eb4efc907146e0c /setup.py | |
| parent | 93ae3cda55f09622c247cc367e40c47ba26d8306 (diff) | |
version 1.01.0
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,7 +14,7 @@ def read(fname): setup( name='py3status', - version='0.13', + version='1.0', author='Ultrabug', author_email='ultrabug@ultrabug.net', description='py3status is an extensible i3status wrapper written in python', @@ -40,6 +40,7 @@ setup( 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.2', + 'Programming Language :: Python :: 3.3', 'Topic :: Software Development :: Libraries :: Python Modules', ], ) |
