Skip to content

Commit

Permalink
Merge pull request #18 from Point72/tkp/020
Browse files Browse the repository at this point in the history
Bump to 0.2.0
  • Loading branch information
timkpaine authored Dec 3, 2024
2 parents 9213615 + 8fb1c98 commit 3a3dbbe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion csp_adapter_slack/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.1.0"
__version__ = "0.2.0"

from .adapter import *
from .adapter_config import *
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "hatchling.build"
[project]
name = "csp_adapter_slack"
description = "A csp adapter for slack"
version = "0.1.0"
version = "0.2.0"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
Expand Down Expand Up @@ -62,8 +62,8 @@ test = [
Repository = "https://github.com/point72/csp-adapter-slack"
Homepage = "https://github.com/point72/csp-adapter-slack"

[toolbumpversion]
current_version = "0.1.0"
[tool.bumpversion]
current_version = "0.2.0"
commit = true
tag = false
commit_args = "-s"
Expand Down

0 comments on commit 3a3dbbe

Please sign in to comment.