diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2013-12-15 18:21:17 +0100 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2013-12-15 18:21:17 +0100 |
| commit | fe44db6520607a6280a8c11343864ddbeacc751e (patch) | |
| tree | 78d00635d6b0e4cdd920378d4a7362626dda345d /setup.py | |
| parent | 9ca0ee00a7cd12ce4a0ca7ea2b6ca8fcb55b47fa (diff) | |
version 1.11.1
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -5,6 +5,7 @@ py3status import os from setuptools import find_packages, setup + # Utility function to read the README file. # Used for the long_description. It's nice, because now 1) we have a top level # README file and 2) it's easier to type in the README file than to put a raw @@ -14,7 +15,7 @@ def read(fname): setup( name='py3status', - version='1.0', + version='1.1', author='Ultrabug', author_email='ultrabug@ultrabug.net', description='py3status is an extensible i3status wrapper written in python', |
