You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/addon/esmpy/pyproject.toml
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ enabled = true
62
62
template = "{tag}"
63
63
dev_template = "{tag}"
64
64
dirty_template = "{tag}"
65
-
starting_version = "8.9.0beta"# this is a backup for pip <= 22.0 where git-versioning doesn't work
65
+
starting_version = "8.9.0beta"# this is a backup for pip <= 22.0 where git-versioning doesn't work; it is also needed for the conda distribution of ESMPy
66
66
67
67
[tool.dynamic]
68
68
version = "placeholder"# this is a placeholder for the version pulled with git-versioning
0 commit comments