Skip to content

Commit a95ce85

Browse files
authored
docs: approve 0.1.0a1 publication (#15)
Approve the exact 0.1.0a1 PyPI installation guidance and dated changelog for the authorized Registry Alpha.
1 parent a53ddf9 commit a95ce85

2 files changed

Lines changed: 7 additions & 13 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ automation.
88

99
No user-visible changes are currently recorded beyond the initial alpha scope.
1010

11-
## [0.1.0a1] - Unreleased
11+
## [0.1.0a1] - 2026-07-27
1212

1313
### Added
1414

README.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# CometAPI Python SDK
22

3-
> **Pre-release:** the SDK is under active 0.1 development. The package is not
4-
> yet available from PyPI, and its API may change before `0.1.0`.
3+
> **Pre-release:** `0.1.0a1` is approved for PyPI publication. Its API may
4+
> change before `0.1.0`.
55
66
`cometapi` is a thin Python adapter over the official OpenAI SDK for the
77
OpenAI-compatible CometAPI endpoint. It changes the default API key and base
@@ -30,21 +30,15 @@ Project links: [CometAPI](https://www.cometapi.com),
3030

3131
## Installation
3232

33-
Until the prerelease is available from PyPI, build and install it from this
34-
repository:
35-
36-
```bash
37-
uv build
38-
python -m pip install dist/cometapi-0.1.0a1-py3-none-any.whl
39-
```
40-
41-
When `0.1.0a1` becomes available from PyPI, install it with:
33+
Install the exact alpha from PyPI with:
4234

4335
```bash
4436
python -m pip install --pre 'cometapi==0.1.0a1'
4537
```
4638

47-
Check the repository releases for current package availability.
39+
Check the repository releases and
40+
[PyPI project page](https://pypi.org/project/cometapi/) for current package
41+
availability.
4842

4943
## Authentication and configuration
5044

0 commit comments

Comments
 (0)