Skip to content

Commit 0d5ed13

Browse files
committed
Prepare 1.0.0rc0
1 parent 63c0ffa commit 0d5ed13

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

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

55

66
### Features

google/genai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
#
1515

16-
__version__ = '0.9.0' # x-release-please-version
16+
__version__ = '1.0.0rc0' # x-release-please-version

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools", "wheel"]
33

44
[project]
55
name = "google-genai"
6-
version = "0.9.0"
6+
version = "1.0.0rc0"
77
description = "GenAI Python SDK"
88
readme = "README.md"
99
license = {text = "Apache-2.0"}

0 commit comments

Comments
 (0)