Skip to content

Commit 716b262

Browse files
committed
Bump version: 0.1.0 → 1.0.0
1 parent c48fa30 commit 716b262

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

csp_bot_commands/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "1.0.0"
22

33
from .common import *
44
from .delaytest import *

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{name = "the csp-bot-commands authors", email = "[email protected]
88
description = "Miscellaneous commands for csp-bot"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11-
version = "0.1.0"
11+
version = "1.0.0"
1212
requires-python = ">=3.9"
1313
keywords = [
1414
"csp",
@@ -61,7 +61,7 @@ Repository = "https://github.com/csp-community/csp-bot-commands"
6161
Homepage = "https://github.com/csp-community/csp-bot-commands"
6262

6363
[tool.bumpversion]
64-
current_version = "0.1.0"
64+
current_version = "1.0.0"
6565
commit = true
6666
tag = true
6767

0 commit comments

Comments
 (0)