We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c4b74 commit e67cd28Copy full SHA for e67cd28
1 file changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "stitchee"
7
-version = "1.10.0a3"
+version = "1.10.0a4"
8
description = "NetCDF4 Along-existing-dimension Concatenation Service"
9
license = {file = "LICENSE"}
10
readme = "README.md"
@@ -105,7 +105,7 @@ exclude_lines = [
105
known-first-party = ["stitchee"]
106
107
[tool.bumpversion]
108
-current_version = "1.10.0a3"
+current_version = "1.10.0a4"
109
parse = """(?x)
110
(?P<major>\\d+)\\.(?P<minor>\\d+)\\.(?P<patch>\\d+)
111
(?:
0 commit comments