diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cda9cbd..4c5a1a0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.2" + ".": "0.1.3" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index d8f339d..9f265c5 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 115 openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/xquik%2Fx-twitter-scraper-af60c455e2c8579c3d7f0e33c07c0b8332aa3fe8869688c47b2fbf151e271235.yml openapi_spec_hash: a49d40286e54da6a4978a103b118d33f -config_hash: e02b59dcc40dacf4cae770303aa73e48 +config_hash: cec075ca53645b9620ec200be71bdc48 diff --git a/CHANGELOG.md b/CHANGELOG.md index cf7f19e..1584dfc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## 0.1.3 (2026-03-30) + +Full Changelog: [v0.1.2...v0.1.3](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.1.2...v0.1.3) + +### Chores + +* update SDK settings ([a9763c8](https://github.com/Xquik-dev/x-twitter-scraper-python/commit/a9763c8307b60d60168f39f087ab7c6451da3205)) +* update SDK settings ([bf5ef3f](https://github.com/Xquik-dev/x-twitter-scraper-python/commit/bf5ef3f999e34f9f0091e9314b053bc0081b9fa3)) + ## 0.1.2 (2026-03-30) Full Changelog: [v0.1.1...v0.1.2](https://github.com/Xquik-dev/x-twitter-scraper-python/compare/v0.1.1...v0.1.2) diff --git a/pyproject.toml b/pyproject.toml index fa91fc9..3dbbceb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "x_twitter_scraper" -version = "0.1.2" +version = "0.1.3" description = "The official Python library for the x-twitter-scraper API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/x_twitter_scraper/_version.py b/src/x_twitter_scraper/_version.py index a7480cf..4aa53c1 100644 --- a/src/x_twitter_scraper/_version.py +++ b/src/x_twitter_scraper/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "x_twitter_scraper" -__version__ = "0.1.2" # x-release-please-version +__version__ = "0.1.3" # x-release-please-version