Skip to content

Commit b0698ba

Browse files
authored
Merge pull request #22 from Point72/tkp/101
Bump version: 1.0.0 → 1.0.1
2 parents 68c5c19 + e366aca commit b0698ba

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

csp_bot/__init__.py

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

33

44
from .backends import *

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ authors = [{name = "the csp-bot authors", email = "CSPOpenSource@point72.com"}]
88
description = "CSP Bot"
99
readme = "README.md"
1010
license = { text = "Apache-2.0" }
11-
version = "1.0.0"
11+
version = "1.0.1"
1212
requires-python = ">=3.9"
1313
keywords = [
1414
"csp",
@@ -71,9 +71,10 @@ Repository = "https://github.com/point72/csp-bot"
7171
Homepage = "https://github.com/point72/csp-bot"
7272

7373
[tool.bumpversion]
74-
current_version = "1.0.0"
74+
current_version = "1.0.1"
7575
commit = true
7676
tag = true
77+
commit_args = "-s"
7778

7879
[[tool.bumpversion.files]]
7980
filename = "csp_bot/__init__.py"

0 commit comments

Comments
 (0)