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