Skip to content

Commit 36d0acc

Browse files
release: 0.1.3 (#5)
* codegen metadata * codegen metadata * codegen metadata * codegen metadata * codegen metadata * codegen metadata * codegen metadata * codegen metadata * codegen metadata * chore: update SDK settings * chore: update SDK settings * codegen metadata * release: 0.1.3 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 803bfec commit 36d0acc

5 files changed

Lines changed: 13 additions & 4 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.1.2"
2+
".": "0.1.3"
33
}

.stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 115
22
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik%2Fx-twitter-scraper-af60c455e2c8579c3d7f0e33c07c0b8332aa3fe8869688c47b2fbf151e271235.yml
33
openapi_spec_hash: a49d40286e54da6a4978a103b118d33f
4-
config_hash: e02b59dcc40dacf4cae770303aa73e48
4+
config_hash: cec075ca53645b9620ec200be71bdc48

CHANGELOG.md

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

3+
## 0.1.3 (2026-03-30)
4+
5+
Full Changelog: [v0.1.2...v0.1.3](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.1.2...v0.1.3)
6+
7+
### Chores
8+
9+
* update SDK settings ([a9763c8](https://github.com/Xquik-dev/x-twitter-scraper-python/commit/a9763c8307b60d60168f39f087ab7c6451da3205))
10+
* update SDK settings ([bf5ef3f](https://github.com/Xquik-dev/x-twitter-scraper-python/commit/bf5ef3f999e34f9f0091e9314b053bc0081b9fa3))
11+
312
## 0.1.2 (2026-03-30)
413

514
Full Changelog: [v0.1.1...v0.1.2](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.1.1...v0.1.2)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "x_twitter_scraper"
3-
version = "0.1.2"
3+
version = "0.1.3"
44
description = "The official Python library for the x-twitter-scraper API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/x_twitter_scraper/_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__ = "x_twitter_scraper"
4-
__version__ = "0.1.2" # x-release-please-version
4+
__version__ = "0.1.3" # x-release-please-version

0 commit comments

Comments
 (0)