Skip to content

Commit 43bc853

Browse files
release: 0.1.0
1 parent fa6f5d7 commit 43bc853

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

.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.0.37"
2+
".": "0.1.0"
33
}

CHANGELOG.md

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

3+
## 0.1.0 (2026-04-14)
4+
5+
Full Changelog: [v0.0.37...v0.1.0](https://github.com/whopio/whopsdk-python/compare/v0.0.37...v0.1.0)
6+
7+
### Features
8+
9+
* **api:** api update ([20538da](https://github.com/whopio/whopsdk-python/commit/20538dac0521ceefba7459719d9f06361f7bc105))
10+
* **api:** api update ([4b47351](https://github.com/whopio/whopsdk-python/commit/4b473516d13634548a42f06b421747d03c54192f))
11+
12+
13+
### Bug Fixes
14+
15+
* ensure file data are only sent as 1 parameter ([0621a7d](https://github.com/whopio/whopsdk-python/commit/0621a7d6524577f1fd7d17a63ea5f1cc2d34bb3a))
16+
317
## 0.0.37 (2026-04-10)
418

519
Full Changelog: [v0.0.36...v0.0.37](https://github.com/whopio/whopsdk-python/compare/v0.0.36...v0.0.37)

pyproject.toml

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

src/whop_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__ = "whop_sdk"
4-
__version__ = "0.0.37" # x-release-please-version
4+
__version__ = "0.1.0" # x-release-please-version

0 commit comments

Comments
 (0)