Skip to content

Commit

Permalink
Bump to 0.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
  • Loading branch information
timkpaine committed Nov 7, 2024
1 parent 0e512d2 commit d651308
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.0.1"
__version__ = "0.3.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.0.1"
version = "0.3.0"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
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.0.1"
current_version = "0.3.0"
commit = true
tag = false
commit_args = "-s"
Expand Down

0 comments on commit d651308

Please sign in to comment.