mirror of
https://github.com/lilydjwg/nvchecker
synced 2025-02-17 11:07:27 +00:00
bump version to 0.4
This commit is contained in:
parent
2e6749021f
commit
986773c814
@ -1 +1 @@
|
||||
__version__ = '0.4dev'
|
||||
__version__ = '0.4'
|
||||
|
4
setup.py
4
setup.py
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user