Skip to content

Commit 96aeb0a

Browse files
committed
Bump to v6.1.7 and sync README/project description
Shorten PyPI/MCP description to fit <=100 char limit
1 parent 0d9c9d8 commit 96aeb0a

5 files changed

Lines changed: 13 additions & 13 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Terradev-cli 6.1.5
1+
# Terradev-cli 6.1.7
22

33
## An imperative Command Line Interface for AI Workload Orchestration
44

5-
**Cross-cloud GPU infrastructure and training pipeline CLI for SFT, DPO, GRPO, and multi-stage LLM training orchestration.**
5+
**Imperative Command Line Interface for AI Workload Orchestration.**
66

77
![Terradev Demo](https://raw.githubusercontent.com/theoddden/Terradev/main/demo/terradev-demo.gif)
88

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "terradev-cli"
7-
version = "6.1.6"
8-
description = "Imperative cross-cloud CLI for AI workloads: provisioning, training, inference, and cost optimization."
7+
version = "6.1.7"
8+
description = "Imperative Command Line Interface for AI Workload Orchestration."
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}
1111
authors = [

server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.theoddden/terradev",
44
"title": "Terradev",
5-
"description": "Imperative cross-cloud CLI for AI workloads: provisioning, training, inference, and cost optimization.",
5+
"description": "Imperative Command Line Interface for AI Workload Orchestration.",
66
"repository": {
77
"url": "https://github.com/theoddden/Terradev",
88
"source": "github"
99
},
10-
"version": "6.1.6",
10+
"version": "6.1.7",
1111
"packages": [
1212
{
1313
"registryType": "pypi",
1414
"registryBaseUrl": "https://pypi.org",
1515
"identifier": "terradev-cli",
16-
"version": "6.1.6",
16+
"version": "6.1.7",
1717
"runtimeHint": "uvx",
1818
"transport": {
1919
"type": "stdio"

terradev_cli/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Terradev-cli 6.1.5
1+
# Terradev-cli 6.1.7
22

33
## An imperative Command Line Interface for AI Workload Orchestration
44

5-
**Cross-cloud GPU infrastructure and training pipeline CLI for SFT, DPO, GRPO, and multi-stage LLM training orchestration.**
5+
**Imperative Command Line Interface for AI Workload Orchestration.**
66

77
![Terradev Demo](https://raw.githubusercontent.com/theoddden/Terradev/main/demo/terradev-demo.gif)
88

@@ -18,9 +18,9 @@ Continued focus on lower cost, faster provisioning, and topology-aware execution
1818

1919
Model agnostic. Dataset agnostic. GPU agnostic. Provider agnostic. The only thing Terradev is not agnostic about is correctness: it enforces topology, idempotency, and sequencing.
2020

21-
**NOTES ON v6.1.5**
21+
**NOTES ON v6.1.7**
2222

23-
- Version bumped to **v6.1.5** for housekeeping and packaging.
23+
- Version bumped to **v6.1.7** for housekeeping and packaging.
2424
- **19 GPU cloud and inference providers** are available for quoting and provisioning:
2525
- `alibaba` — Alibaba Cloud
2626
- `aws` — Amazon Web Services

terradev_cli/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
__version__ = version("terradev-cli")
1010
except PackageNotFoundError:
11-
__version__ = "6.1.6"
11+
__version__ = "6.1.7"
1212

1313
__author__ = "Terradev Team"
14-
__description__ = "Imperative cross-cloud CLI for AI workloads: provisioning, training, inference, and cost optimization."
14+
__description__ = "Imperative Command Line Interface for AI Workload Orchestration."

0 commit comments

Comments
 (0)