We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb58f1 commit 21bb3a8Copy full SHA for 21bb3a8
setup.py
@@ -1,7 +1,7 @@
1
from distutils.core import setup
2
3
setup(name='uwsgitop',
4
- version='0.7',
+ version='0.8',
5
description='uWSGI top-like interface',
6
scripts=['uwsgitop'],
7
install_requires = ['simplejson']
0 commit comments