Skip to content

Commit b2c8718

Browse files
committed
v 0.2.2
1 parent 701a26f commit b2c8718

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

setup.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@
1414
'pandas',
1515
'xlrd==1.2.0',
1616
'stats-arrays',
17-
'jupyter'
17+
'jupyter',
18+
"pytest",
19+
"pytest-cov",
20+
"pytest-flake8",
21+
"coverage",
1822
]
1923

2024
setup_requirements = [ ]
@@ -62,6 +66,6 @@
6266
test_suite='tests',
6367
tests_require=test_requirements,
6468
url='https://github.com/SwolfPy-Project/swolfpy-inputdata',
65-
version='0.2.1',
69+
version='0.2.2',
6670
zip_safe=False,
6771
)

swolfpy_inputdata/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@
3838
'RDF_Input',
3939
]
4040

41-
__version__ = '0.2.1'
41+
__version__ = '0.2.2'

0 commit comments

Comments
 (0)