Skip to content

Commit

Permalink
Merge pull request #15 from Point72/tkp/040
Browse files Browse the repository at this point in the history
Bump version: 0.3.1 → 0.4.0
  • Loading branch information
timkpaine authored Nov 29, 2024
2 parents 94941d0 + fbde0ca commit cfe05f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ccflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.3.1"
__version__ = "0.4.0"

from .arrow import *
from .base import *
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "ccflow"
description = "Composable Configuration Flow"
version = "0.3.1"
version = "0.4.0"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.9"
Expand Down Expand Up @@ -97,7 +97,7 @@ Repository = "https://github.com/point72/ccflow"
Homepage = "https://github.com/point72/ccflow"

[tool.bumpversion]
current_version = "0.3.1"
current_version = "0.4.0"
commit = true
tag = false
commit_args = "-s"
Expand Down

0 comments on commit cfe05f0

Please sign in to comment.