File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0. 1.0-alpha.1 "
2+ "." : " 1.0.0 "
33}
Original file line number Diff line number Diff line change 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
514Full 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 )
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[project ]
22name = " lumaai"
3- version = " 0. 1.0-alpha.1 "
3+ version = " 1.0.0 "
44description = " The official Python library for the lumaai API"
55dynamic = [" readme" ]
66license = " Apache-2.0"
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments