File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 66if os .path .exists ("dist" ):
77 shutil .rmtree ("dist" )
88
9- VERSION = '0.0.27 '
9+ VERSION = '0.0.28 '
1010
1111
1212def write_version_py (filename = 'SigProfilerAssignment/version.py' ):
@@ -15,7 +15,7 @@ def write_version_py(filename='SigProfilerAssignment/version.py'):
1515# THIS FILE IS GENERATED FROM SigProfilerAssignment SETUP.PY
1616short_version = '%(version)s'
1717version = '%(version)s'
18- Update = 'v0.0.27 : Update README '
18+ Update = 'v0.0.28 : Update dependencies and parameters '
1919
2020
2121 """
@@ -30,7 +30,7 @@ def write_version_py(filename='SigProfilerAssignment/version.py'):
3030 'scipy>=1.6.3' ,
3131 'numpy>=1.21.2' ,
3232 'pandas>=1.2.4' ,
33- 'SigProfilerMatrixGenerator>=1.2.13 ' ,
33+ 'SigProfilerMatrixGenerator>=1.2.14 ' ,
3434 'sigProfilerPlotting>=1.3.11' ,
3535 'statsmodels>=0.9.0' ,
3636 'scikit-learn>=0.24.2' ,
You can’t perform that action at this time.
0 commit comments