diff --git a/biosimulators_test_suite/_version.py b/biosimulators_test_suite/_version.py index 81cb954..b650ceb 100644 --- a/biosimulators_test_suite/_version.py +++ b/biosimulators_test_suite/_version.py @@ -1 +1 @@ -__version__ = '0.1.88' +__version__ = '0.2' diff --git a/pyproject.toml b/pyproject.toml index a88fe21..9839afb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "biosimulators-test-suite" -version = "0.1.89" +version = "0.2" description = "Tools for validating that biosimulation tools are consistent with the BioSimulators standards" authors = ["Center for Reproducible Modeling "] license = "MIT License (MIT)"