Skip to content

Commit dad73bd

Browse files
committed
Bump version: 0.3.0 → 0.3.1
Signed-off-by: Tim Paine <3105306+timkpaine@users.noreply.github.com>
1 parent 95bc99c commit dad73bd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ccflow/__init__.py

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

33
from .arrow import *
44
from .base import *

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "ccflow"
77
description = "Composable Configuration Flow"
8-
version = "0.3.0"
8+
version = "0.3.1"
99
readme = "README.md"
1010
license = { file = "LICENSE" }
1111
requires-python = ">=3.8"
@@ -97,7 +97,7 @@ Repository = "https://github.com/point72/ccflow"
9797
Homepage = "https://github.com/point72/ccflow"
9898

9999
[tool.bumpversion]
100-
current_version = "0.3.0"
100+
current_version = "0.3.1"
101101
commit = true
102102
tag = false
103103
commit_args = "-s"

0 commit comments

Comments
 (0)