From 3b16e88c7d86001225afb7e292016ea730f4ad0a Mon Sep 17 00:00:00 2001 From: Logan Drescher Date: Thu, 19 Sep 2024 12:49:52 -0400 Subject: [PATCH] Updating Version for Release --- biosimulators_test_suite/_version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)"