diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b96fa35..8ed03cb 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.5" + ".": "3.4.6" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index dfdb7c6..6f9360c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.4.6](https://github.com/browserbase/stagehand-python/compare/v3.4.5...v3.4.6) (2026-01-13) + + +### Chores + +* remove duplicate .keep files for pypi publish step fix ([5235658](https://github.com/browserbase/stagehand-python/commit/5235658b9360362d70d9154a96b53fe69167101d)) + ## 3.4.5 (2026-01-13) Full Changelog: [v3.4.4...v3.4.5](https://github.com/browserbase/stagehand-python/compare/v3.4.4...v3.4.5) diff --git a/pyproject.toml b/pyproject.toml index bbf461f..822677a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "stagehand" -version = "3.4.5" +version = "3.4.6" description = "The official Python library for the stagehand API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/stagehand/_version.py b/src/stagehand/_version.py index da33b49..70c7861 100644 --- a/src/stagehand/_version.py +++ b/src/stagehand/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "stagehand" -__version__ = "3.4.5" # x-release-please-version +__version__ = "3.4.6" # x-release-please-version