File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pyspock"
3- version = " 0.2 .0"
3+ version = " 0.3 .0"
44description = " Python implementation for spock framework"
55authors = [" ZhengYu, Xu <zen-xu@outlook.com>" ]
66license = " MIT"
@@ -86,7 +86,7 @@ exclude_lines = [
8686
8787[tool .commitizen ]
8888name = " cz_conventional_commits"
89- version = " 0.2 .0"
89+ version = " 0.3 .0"
9090version_files = [
9191 " pyproject.toml:version" ,
9292 " src/_spock/__init__.py" ,
Original file line number Diff line number Diff line change 11__all__ = ["__version__" , "__authors__" ]
22
3- __version__ = "0.2 .0"
3+ __version__ = "0.3 .0"
44__authors__ = ["ZhengYu, Xu <zen-xu@outlook.com>" ]
Original file line number Diff line number Diff line change 22
33
44def test_version ():
5- assert __version__ == "0.2 .0"
5+ assert __version__ == "0.3 .0"
You can’t perform that action at this time.
0 commit comments