Skip to content

Commit 6b267fd

Browse files
committed
fix: more cli flaling
1 parent bd8d9e6 commit 6b267fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

crates/cli/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "stac-cli"
33
description = "Command line interface for stac-rs"
4-
version = "0.5.1-rc.3"
4+
version = "0.5.1-rc.4"
55
keywords = ["geospatial", "stac", "metadata", "geo", "raster"]
66
authors.workspace = true
77
edition.workspace = true

crates/cli/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ name = "stacrs-cli"
77
description = "A STAC command-line interface written in Rust"
88
readme = "README.md"
99
authors = [{ name = "Pete Gadomski", email = "[email protected]" }]
10-
requires-python = ">=3.10"
10+
requires-python = ">=3.9"
1111
classifiers = [
1212
"Development Status :: 3 - Alpha",
1313
"Intended Audience :: Science/Research",

0 commit comments

Comments
 (0)