Skip to content

Commit 5014cca

Browse files
committed
chore: set version to 0.0.0 in runtime pyproject.toml files
1 parent de54880 commit 5014cca

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

lib/stac-api/runtime/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stac-api"
3-
version = "0.1.0"
3+
version = "0.0.0"
44
description = "stac-api runtime"
55
authors = [{ name = "hrodmn", email = "henry@developmentseed.org" }]
66
requires-python = ">=3.12"

lib/stac-auth-proxy/runtime/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stac-auth-proxy-api"
3-
version = "0.1.0"
3+
version = "0.0.0"
44
description = "stac-auth-proxy-api runtime"
55
requires-python = ">=3.12"
66
dependencies = [

lib/stac-loader/runtime/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stac-loader"
3-
version = "0.1.0"
3+
version = "0.0.0"
44
description = "An application for loading STAC collections and items into a pgstac database"
55
authors = [{ name = "hrodmn", email = "henry@developmentseed.org" }]
66
requires-python = ">=3.12"

lib/stactools-item-generator/runtime/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "stactools-item-generator"
3-
version = "0.1.0"
3+
version = "0.0.0"
44
description = "An application for generating STAC metadata with any stactools package"
55
authors = [{ name = "hrodmn", email = "henry@developmentseed.org" }]
66
requires-python = ">=3.12"

lib/tipg-api/runtime/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tipg-api"
3-
version = "0.1.0"
3+
version = "0.0.0"
44
description = "tipg-api runtime"
55
requires-python = ">=3.12"
66
dependencies = [

lib/titiler-pgstac-api/runtime/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "titiler-pgstac-api"
3-
version = "0.1.0"
3+
version = "0.0.0"
44
description = "titiler-pgstac-api runtime"
55
requires-python = ">=3.12"
66
dependencies = [

0 commit comments

Comments
 (0)