Skip to content

Commit

Permalink
Merge pull request #112 from StatCan/v0.5.0-pre-release
Browse files Browse the repository at this point in the history
V0.5.0 pre release
  • Loading branch information
ty-desj authored Feb 5, 2024
2 parents 71972b3 + 29ae177 commit 99a435b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <chrome|firefox|edge>`.

#### Demo

Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: tass
version: 0.4.0
version: 0.5.0

source:
path: ../
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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="[email protected]"},
{name = "Tyler Desjardins", email="[email protected]"},
Expand Down

0 comments on commit 99a435b

Please sign in to comment.