Skip to content

Commit 6fcd014

Browse files
authored
Merge pull request #6 from miruml/release-please--branches--main--changes--next
release: 0.4.1
2 parents 93442de + 309fc20 commit 6fcd014

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
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
}

.stats.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 14
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/miru-ml%2Fmiru-server-1187ba20c7bd5d91919c6e65f71201c9997541aae5ea6b3068b2e8094b4b8d0c.yml
3-
openapi_spec_hash: fd892348c3cd6e7ec5bdce4d8134bf14
4-
config_hash: d9289b2cf60daedf64e567c87ab89594
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/miru-ml%2Fmiru-server-d5d0de741a61bae4e957197c6fb0859ee5880ddab98616469f4414dc373c9d7f.yml
3+
openapi_spec_hash: 10d91729a0e0430fd2a6c68b2c81f886
4+
config_hash: 568f270a0ae3182575201912161a09cf

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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ It is generated with [Stainless](https://www.stainless.com/).
1111

1212
## Documentation
1313

14-
The REST API documentation can be found on [docs.miruml.com](https://docs.miruml.com). The full API of this library can be found in [api.md](api.md).
14+
The REST API documentation can be found on [docs.miruml.com](https://docs.miruml.com/home). The full API of this library can be found in [api.md](api.md).
1515

1616
## Installation
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)