Skip to content

Commit

Permalink
release Protostar 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperski95 committed Aug 17, 2022
1 parent 06bc501 commit 38c213b
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"
name = "protostar"
readme = "README.md"
repository = "https://github.com/software-mansion/protostar"
version = "0.3.0"
version = "0.3.1"

[tool.poetry.dependencies]
GitPython = "^3.1.26"
Expand Down Expand Up @@ -80,14 +80,18 @@ test_cairo = "python ./binary_entrypoint.py test"
test_html = [
{ shell = "coverage html && open ./htmlcov/index.html" },
]
benchmark.shell = "pytest tests/benchmarks --benchmark-save-data --benchmark-autosave"
statistical_test.shell = "python ./tests/benchmarks/statistical_test.py"
test_report = [
{ shell = "coverage report" },
]
type_check = "pyright"
update_cli_docs = "python ./scripts/generate_reference_docs.py"

[tool.poe.tasks.benchmark]
shell = "pytest tests/benchmarks --benchmark-save-data --benchmark-autosave"

[tool.poe.tasks.statistical_test]
shell = "python ./tests/benchmarks/statistical_test.py"

[tool.poe.tasks.test_e2e]
shell = "pytest tests/e2e"

Expand Down Expand Up @@ -146,7 +150,7 @@ strictSetInference = true
useLibraryCodeForTypes = true

[tool.protostar]
latest_supported_protostar_toml_version = "0.1.0"
latest_supported_protostar_toml_version = "0.3.1"

[build-system]
build-backend = "poetry.core.masonry.api"
Expand Down

0 comments on commit 38c213b

Please sign in to comment.