Skip to content

Commit

Permalink
bumped version number
Browse files Browse the repository at this point in the history
fixed an error in print_version which was not finding the cadet-python library due to the name change
updated all the versions shown to the versions used in testing
  • Loading branch information
Immudzen committed Jun 17, 2021
1 parent 8dbcbbb commit bf0912d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions CADETMatch/match.py
Expand Up @@ -120,22 +120,22 @@ def print_version():
import importlib_metadata

modules = [
("joblib", "0.15.1"),
("joblib", "1.0.1"),
("addict", "2.2.1"),
("corner", "2.0.1"),
("corner", "2.1.0"),
("emcee", "3.0.2"),
("SALib", "0.0+nnone"),
("SALib", "1.3.11"),
("deap", "1.3.1"),
("psutil", "5.7.0"),
("numpy", "1.18.5"),
("openpyxl", "3.0.3"),
("scipy", "1.5.0"),
("matplotlib", "3.2.1"),
("pandas", "1.0.5"),
("h5py", "2.10.0"),
("cadet", "0.8"),
("seaborn", "0.10.1"),
("scikit-learn", "0.23.1"),
("psutil", "5.8.0"),
("numpy", "1.20.1"),
("openpyxl", "3.0.7"),
("scipy", "1.6.1"),
("matplotlib", "3.3.4"),
("pandas", "1.2.3"),
("h5py", "3.1.0"),
("cadet-python", "0.11"),
("seaborn", "0.11.1"),
("scikit-learn", "0.24.1"),
("jstyleson", "0.0.2"),
('filelock', "3.0.12")
]
Expand Down
2 changes: 1 addition & 1 deletion CADETMatch/version.py
Expand Up @@ -18,5 +18,5 @@
__email__ = "w.heymann@fz-juelich.de"
__license__ = "GNU General Public License v3 (GPLv3)"
__copyright__ = "2020 %s" % __author__
__version__ = "0.7.0"
__version__ = "0.7.1"
__uri__ = "https://github.com/modsim/CADET-Match"

0 comments on commit bf0912d

Please sign in to comment.