File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 1- __version__ = "0.3.0 "
1+ __version__ = "0.3.1 "
22
33from .arrow import *
44from .base import *
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55[project ]
66name = " ccflow"
77description = " Composable Configuration Flow"
8- version = " 0.3.0 "
8+ version = " 0.3.1 "
99readme = " README.md"
1010license = { file = " LICENSE" }
1111requires-python = " >=3.8"
@@ -97,7 +97,7 @@ Repository = "https://github.com/point72/ccflow"
9797Homepage = " https://github.com/point72/ccflow"
9898
9999[tool .bumpversion ]
100- current_version = " 0.3.0 "
100+ current_version = " 0.3.1 "
101101commit = true
102102tag = false
103103commit_args = " -s"
@@ -112,11 +112,6 @@ filename = "ccflow/__init__.py"
112112search = ' __version__ = "{current_version}"'
113113replace = ' __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 ]
121116ignore = [
122117 " docs/**" ,
You can’t perform that action at this time.
0 commit comments