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"
2
2
3
3
from .common import *
4
4
from .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]
8
8
description = " Miscellaneous commands for csp-bot"
9
9
readme = " README.md"
10
10
license = { text = " Apache-2.0" }
11
- version = " 0.1 .0"
11
+ version = " 1.0 .0"
12
12
requires-python = " >=3.9"
13
13
keywords = [
14
14
" csp" ,
@@ -61,7 +61,7 @@ Repository = "https://github.com/csp-community/csp-bot-commands"
61
61
Homepage = " https://github.com/csp-community/csp-bot-commands"
62
62
63
63
[tool .bumpversion ]
64
- current_version = " 0.1 .0"
64
+ current_version = " 1.0 .0"
65
65
commit = true
66
66
tag = true
67
67
You can’t perform that action at this time.
0 commit comments