Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed-ali-1 committed Nov 21, 2023
1 parent cc6e052 commit ccb4234
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "python-tool-competition-2024"
version = "0.1.1"
version = "0.2.0"
description = "Pipeline to create test generators"
authors = ["Nicolas Erni <gann@zhaw.ch>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion tests/cli/test_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ def test_main_with_help(help_arg: str) -> None:

def test_main_with_version() -> None:
assert run_successful_cli(("--version",), generators_called=False) == (
"main-cli, version 0.1.1",
"main-cli, version 0.2.0",
)


Expand Down

0 comments on commit ccb4234

Please sign in to comment.