File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.1 .0"
1+ __version__ = "1.0 .0"
22
33from .common import *
44from .delaytest import *
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ authors = [{name = "the csp-bot-commands authors", email = "
[email protected] 88description = " Miscellaneous commands for csp-bot"
99readme = " README.md"
1010license = { text = " Apache-2.0" }
11- version = " 0.1 .0"
11+ version = " 1.0 .0"
1212requires-python = " >=3.9"
1313keywords = [
1414 " csp" ,
@@ -61,7 +61,7 @@ Repository = "https://github.com/csp-community/csp-bot-commands"
6161Homepage = " https://github.com/csp-community/csp-bot-commands"
6262
6363[tool .bumpversion ]
64- current_version = " 0.1 .0"
64+ current_version = " 1.0 .0"
6565commit = true
6666tag = true
6767
You can’t perform that action at this time.
0 commit comments