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 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"},