bump version to 0.4

This commit is contained in:
lilydjwg 2015-11-11 13:39:56 +08:00
parent 2e6749021f
commit 986773c814
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
__version__ = '0.4dev'
__version__ = '0.4'

View File

@ -9,7 +9,7 @@ setup(
version = nvchecker.__version__,
packages = find_packages(exclude=["tests"]),
install_requires = ['tornado>=4.1', 'setuptools'],
tests_require=[
tests_require = [
'pytest',
'flaky',
],
@ -20,7 +20,7 @@ setup(
'nvcmp = nvchecker.tools:cmp',
],
},
package_data={'nvchecker': ['source/vcs.sh']},
package_data = {'nvchecker': ['source/vcs.sh']},
author = 'lilydjwg',
author_email = 'lilydjwg@gmail.com',