From f28433c833a9834785797b281b4a9740330c32a9 Mon Sep 17 00:00:00 2001 From: Canadian-Ty Date: Mon, 5 Feb 2024 10:47:14 -0500 Subject: [PATCH 1/2] Updated version numbers --- conda-recipe/meta.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index 5cd388d..1a388c1 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,6 +1,6 @@ package: name: tass - version: 0.4.0 + version: 0.5.0 source: path: ../ diff --git a/pyproject.toml b/pyproject.toml index 6feffce..fb1b390 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tass" -version = "0.4.0" +version = "0.5.0" authors = [ {name = "Dominic Parent", email="dominic.parent@statcan.gc.ca"}, {name = "Tyler Desjardins", email="josephgillestyler.desjardins@statcan.gc.ca"}, From 29ae1774b5604cf86a9d62be641afd7a9d57783a Mon Sep 17 00:00:00 2001 From: Canadian-Ty Date: Mon, 5 Feb 2024 10:52:58 -0500 Subject: [PATCH 2/2] Updated readme utilization section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a03174..4f3d723 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ built it. The testing framework can be invoked from your CLI with the command -`python -m tass --file ./path/to/config/file`. +`python -m tass --file ./path/to/config/file --browser `. #### Demo