Skip to content

Commit 26bdd51

Browse files
committed
bump version to 0.3.0
1 parent b35e2f9 commit 26bdd51

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ After the test is finished, the tool will automatically quit.
102102
- `--headless`: Runs the benchmark in headless mode, meaning that no graphical user interface (GUI) will be displayed during the test. This is useful for running the test on a remote server or when the GUI is not needed.
103103
- `--autoquit`: Tells the Chainbench tool to automatically quit after the test has finished. This is useful for running the benchmark in an automated environment where manual intervention is not desired.
104104
- `--help`: Displays the help message.
105-
- `-dt, --debug-trace-methods`: Enables tasks tagged with debug or trace to be executed
105+
- `--debug-trace-methods`: Enables tasks tagged with debug or trace to be executed
106106
- `-E, --exclude-tags`: Exclude tasks tagged with custom tags from the test. You may specify this option multiple times --help Show this message and exit.
107107

108108
You may also run `chainbench start --help` for the full list of parameters and flags.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "chainbench"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = ""
55
authors = ["Egor Molodik <egor.molodik@chainstack.com>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)