Skip to content

Commit

Permalink
Merge pull request #25 from Point72/tkp/041
Browse files Browse the repository at this point in the history
Bump version: 0.4.0 → 0.4.1
  • Loading branch information
timkpaine authored Jan 30, 2025
2 parents d5ce1ed + 0e7c906 commit 46e022f
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.4.0"
__version__ = "0.4.1"

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.4.0"
version = "0.4.1"
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.4.0"
current_version = "0.4.1"
commit = true
tag = false
commit_args = "-s"
Expand Down

0 comments on commit 46e022f

Please sign in to comment.