Skip to content

Commit 7f36165

Browse files
release: 1.0.0
1 parent 051824c commit 7f36165

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0-alpha.1"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 1.0.0 (2024-09-16)
4+
5+
Full Changelog: [v0.1.0-alpha.1...v1.0.0](https://github.com/lumalabs/lumaai-python/compare/v0.1.0-alpha.1...v1.0.0)
6+
7+
### Chores
8+
9+
* **internal:** bump pyright / mypy version ([#24](https://github.com/lumalabs/lumaai-python/issues/24)) ([be1f767](https://github.com/lumalabs/lumaai-python/commit/be1f767627075f4dd7b8a0356970c115287e751d))
10+
* update SDK settings ([#26](https://github.com/lumalabs/lumaai-python/issues/26)) ([051824c](https://github.com/lumalabs/lumaai-python/commit/051824ca02ad4adcadcac6eb96cb30eb6dea4dbf))
11+
312
## 0.1.0-alpha.1 (2024-09-16)
413

514
Full Changelog: [v0.0.1-alpha.0...v0.1.0-alpha.1](https://github.com/lumalabs/lumaai-python/compare/v0.0.1-alpha.0...v0.1.0-alpha.1)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The REST API documentation can be found on [lumalabs.ai](https://lumalabs.ai). T
1414

1515
```sh
1616
# install from PyPI
17-
pip install --pre lumaai
17+
pip install lumaai
1818
```
1919

2020
## Usage

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "lumaai"
3-
version = "0.1.0-alpha.1"
3+
version = "1.0.0"
44
description = "The official Python library for the lumaai API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/lumaai/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "lumaai"
4-
__version__ = "0.1.0-alpha.1" # x-release-please-version
4+
__version__ = "1.0.0" # x-release-please-version

0 commit comments

Comments
 (0)