Skip to content

Commit

Permalink
Prepare 1.0.0rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
amirh committed Feb 4, 2025
1 parent 63c0ffa commit 0d5ed13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.9.0](https://github.com/googleapis/python-genai/compare/v0.8.0...v0.9.0) (2025-02-04)
## [1.0.0rc0](https://github.com/googleapis/python-genai/compare/v0.8.0...v1.0.0rc0) (2025-02-04)


### Features
Expand Down
2 changes: 1 addition & 1 deletion google/genai/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
# limitations under the License.
#

__version__ = '0.9.0' # x-release-please-version
__version__ = '1.0.0rc0' # x-release-please-version
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]

[project]
name = "google-genai"
version = "0.9.0"
version = "1.0.0rc0"
description = "GenAI Python SDK"
readme = "README.md"
license = {text = "Apache-2.0"}
Expand Down

0 comments on commit 0d5ed13

Please sign in to comment.