Skip to content

Commit cc4a188

Browse files
committed
Bump version to 0.4.0
1 parent 85d33da commit cc4a188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
from setuptools import setup
66

7-
VERSION = '0.2.0'
7+
VERSION = '0.4.0'
88

99
setup(
1010
maintainer='John Hu',
@@ -15,5 +15,5 @@
1515
license='MIT',
1616
long_description=open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(),
1717
scripts=['uwsgimon'],
18-
install_requires = ['simplejson']
18+
install_requires=['simplejson']
1919
)

0 commit comments

Comments
 (0)