Skip to content

Commit 8239d7e

Browse files
committed
Bump to v6.1.11
1 parent 878f5b8 commit 8239d7e

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Terradev-cli 6.1.10
1+
# Terradev-cli 6.1.11
22

33
**Imperative Command Line Interface for AI Workload Orchestration.**
44

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "terradev-cli"
7-
version = "6.1.10"
7+
version = "6.1.11"
88
description = "Imperative Command Line Interface for AI Workload Orchestration."
99
readme = "README.md"
1010
license = {text = "Apache-2.0"}

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
"url": "https://github.com/theoddden/Terradev",
88
"source": "github"
99
},
10-
"version": "6.1.10",
10+
"version": "6.1.11",
1111
"packages": [
1212
{
1313
"registryType": "pypi",
1414
"registryBaseUrl": "https://pypi.org",
1515
"identifier": "terradev-cli",
16-
"version": "6.1.10",
16+
"version": "6.1.11",
1717
"runtimeHint": "uvx",
1818
"transport": {
1919
"type": "stdio"

terradev_cli/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Terradev-cli 6.1.10
1+
# Terradev-cli 6.1.11
22

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

@@ -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.10**
21+
**NOTES ON v6.1.11**
2222

23-
- Version bumped to **v6.1.10** for housekeeping and packaging.
23+
- Version bumped to **v6.1.11** 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: 1 addition & 1 deletion
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.10"
11+
__version__ = "6.1.11"
1212

1313
__author__ = "Terradev Team"
1414
__description__ = "Imperative Command Line Interface for AI Workload Orchestration."

0 commit comments

Comments
 (0)