File tree Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Expand file tree Collapse file tree 5 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 11{
2- "." : " 0.4.1-beta.3 "
2+ "." : " 0.4.1"
33}
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 0.4.1 (2025-10-05)
4+
5+ Full Changelog: [ v0.4.1-beta.3...v0.4.1] ( https://github.com/miruml/python-server-sdk/compare/v0.4.1-beta.3...v0.4.1 )
6+
7+ ### Documentation
8+
9+ * update docs ([ c152552] ( https://github.com/miruml/python-server-sdk/commit/c15255242bb7a5051d8618682afd0b981fe32396 ) )
10+
311## 0.4.1-beta.3 (2025-10-05)
412
513Full Changelog: [ v0.4.1-beta.2...v0.4.1-beta.3] ( https://github.com/miruml/python-server-sdk/compare/v0.4.1-beta.2...v0.4.1-beta.3 )
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ The REST API documentation can be found on [docs.miruml.com](https://docs.miruml
1717
1818``` sh
1919# install from PyPI
20- pip install --pre miru_server_sdk
20+ pip install miru_server_sdk
2121```
2222
2323## Usage
@@ -81,7 +81,7 @@ You can enable this by installing `aiohttp`:
8181
8282``` sh
8383# install from PyPI
84- pip install --pre miru_server_sdk[aiohttp]
84+ pip install miru_server_sdk[aiohttp]
8585```
8686
8787Then you can enable it by instantiating the client with ` http_client=DefaultAioHttpClient() ` :
Original file line number Diff line number Diff line change 11[project ]
22name = " miru_server_sdk"
3- version = " 0.4.1-beta.3 "
3+ version = " 0.4.1"
44description = " The official Python library for the miru API"
55dynamic = [" readme" ]
66license = " MIT"
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__ = "miru_server_sdk"
4- __version__ = "0.4.1-beta.3 " # x-release-please-version
4+ __version__ = "0.4.1" # x-release-please-version
You can’t perform that action at this time.
0 commit comments