We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 701a26f commit b2c8718Copy full SHA for b2c8718
setup.py
@@ -14,7 +14,11 @@
14
'pandas',
15
'xlrd==1.2.0',
16
'stats-arrays',
17
-'jupyter'
+'jupyter',
18
+"pytest",
19
+"pytest-cov",
20
+"pytest-flake8",
21
+"coverage",
22
]
23
24
setup_requirements = [ ]
@@ -62,6 +66,6 @@
62
66
test_suite='tests',
63
67
tests_require=test_requirements,
64
68
url='https://github.com/SwolfPy-Project/swolfpy-inputdata',
65
- version='0.2.1',
69
+ version='0.2.2',
70
zip_safe=False,
71
)
swolfpy_inputdata/__init__.py
@@ -38,4 +38,4 @@
38
'RDF_Input',
39
40
41
-__version__ = '0.2.1'
+__version__ = '0.2.2'
0 commit comments