Skip to content

Commit 33cd9b1

Browse files
amirhcopybara-github
authored andcommitted
chore: Configure release-please to update version.py
PiperOrigin-RevId: 713010299
1 parent ee57a2e commit 33cd9b1

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/release-please.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
releaseType: python
22
handleGHRelease: true
33
bumpMinorPreMajor: true
4+
extraFiles:
5+
- version.py

google/genai/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# limitations under the License.
1414
#
1515

16-
__version__ = '0.3.0'
16+
__version__ = '0.3.0' # x-release-please-version

0 commit comments

Comments
 (0)