Skip to content

Commit 2992bf7

Browse files
committed
build: release 0.0.3
Release 0.0.3.
1 parent 8d34d33 commit 2992bf7

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,19 +23,17 @@ A Python SDK for the Cudo Compute Platform API.
2323

2424
</br>
2525

26-
## 🚀 Quick Start
27-
2826
</div>
2927

3028
A Python SDK for interacting with the [Cudo Compute](https://www.cudocompute.com/) REST API. Manage virtual machines, storage, networks, and other cloud resources programmatically.
3129

3230
## Features
3331

34-
- 🚀 **Async/Await Support** - Built on `httpx` for efficient async operations
35-
- 🔒 **Type Safe** - Comprehensive type hints with Pydantic models
36-
- 📦 **Full API Coverage** - Complete support for VMs, storage, networking, and more
37-
- 🧪 **Well Tested** - 112 tests with 78% code coverage
38-
- 📚 **Great Documentation** - Detailed docs with examples
32+
- **Async/Await Support** - Built on `httpx` for efficient async operations
33+
- **Type Safe** - Comprehensive type hints with Pydantic models
34+
- **Full API Coverage** - Complete support for VMs, storage, networking, and more
35+
- **Well Tested** - 112 tests with 78% code coverage
36+
- **Great Documentation** - Detailed docs with examples
3937

4038
## Installation
4139

@@ -352,4 +350,4 @@ limitations under the License.
352350

353351
---
354352

355-
Made with ❤️ by [Vantage Compute](https://vantagecompute.ai)
353+
Made with ❤️ by [Vantage Compute](https://vantagecompute.ai)

docusaurus/docusaurus.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ const config: Config = {
6161
routeBasePath: '/',
6262
sidebarPath: './sidebars.ts',
6363
editUrl: 'https://github.com/vantagecompute/cudo-compute-sdk/tree/main/docs/',
64+
sidebarCollapsible: true,
65+
sidebarCollapsed: false,
6466
},
6567
blog: false,
6668
theme: {

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cudo-compute-sdk"
3-
version = "0.0.2"
3+
version = "0.0.3"
44
description = "The Python SDK for Cudo Compute distributed compute platform."
55
authors = [
66
{name = "jamesbeedy", email = "james@vantagecompute.ai"}

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)