Skip to content

Commit e21adfd

Browse files
committed
release: 0.1.0
1 parent 358c636 commit e21adfd

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The API is exposed in two modes, and each has its own client, resources, and typ
1212
python -m pip install qca-sdk
1313
```
1414

15-
The distribution is named `qca-sdk`; the import package is `qca`. The package is still in pre-release, so the command above resolves to the latest `0.0.1.devN` build. To work from a checkout of this repository instead:
15+
The distribution is named `qca-sdk`; the import package is `qca`. The package is pre-1.0, so the command above resolves to the latest `0.1.x` release. To work from a checkout of this repository instead:
1616

1717
```bash
1818
python -m pip install .
@@ -370,7 +370,7 @@ A static `pat` takes precedence over a provider, and an explicit `Authorization`
370370

371371
## Versioning
372372

373-
This project follows [Semantic Versioning](https://semver.org). It is pre-1.0 and currently published as `0.0.1.devN`, so the public surface may still change between releases. Anything prefixed with an underscore is internal and may change at any time.
373+
This project follows [Semantic Versioning](https://semver.org). It is pre-1.0 and currently published as `0.1.0`, so the public surface may still change between releases. Anything prefixed with an underscore is internal and may change at any time.
374374

375375
```python
376376
import qca

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "qca-sdk"
3-
version = "0.0.1.dev5"
3+
version = "0.1.0"
44
description = "Typed synchronous and asynchronous clients for Qoder Cloud Agents"
55
authors = [{name = "Qoder"}]
66
license = "MIT"

0 commit comments

Comments
 (0)