Skip to content

Commit 309fc20

Browse files
release: 0.4.1
1 parent c152552 commit 309fc20

File tree

5 files changed

+13
-5
lines changed

5 files changed

+13
-5
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.4.1-beta.3"
2+
".": "0.4.1"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
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

513
Full 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)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

8787
Then you can enable it by instantiating the client with `http_client=DefaultAioHttpClient()`:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "miru_server_sdk"
3-
version = "0.4.1-beta.3"
3+
version = "0.4.1"
44
description = "The official Python library for the miru API"
55
dynamic = ["readme"]
66
license = "MIT"

src/miru_server_sdk/_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__ = "miru_server_sdk"
4-
__version__ = "0.4.1-beta.3" # x-release-please-version
4+
__version__ = "0.4.1" # x-release-please-version

0 commit comments

Comments
 (0)