Skip to content

Commit 3eea549

Browse files
authored
Merge pull request #14 from timkpaine/tkp/031
Release 0.3.1
2 parents bd5ba73 + dad73bd commit 3eea549

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
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 & 7 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"
@@ -112,11 +112,6 @@ filename = "ccflow/__init__.py"
112112
search = '__version__ = "{current_version}"'
113113
replace = '__version__ = "{new_version}"'
114114

115-
[[tool.bumpversion.files]]
116-
filename = "conda-recipe/meta.yaml"
117-
search = "version: {current_version}"
118-
replace = "version: {new_version}"
119-
120115
[tool.check-manifest]
121116
ignore = [
122117
"docs/**",

0 commit comments

Comments
 (0)