Skip to content

Commit 85a027e

Browse files
committed
Update version and fix samples for 0.8.5 release
Change-Id: Ie0b0f883cbe5c8e5427c1d59c1b96bea0dd62fde
1 parent e179614 commit 85a027e

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

google/generativeai/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
# limitations under the License.
1515
from __future__ import annotations
1616

17-
__version__ = "0.8.4"
17+
__version__ = "0.8.5"

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,7 @@ def get_version():
3636

3737
version = get_version()
3838

39-
if version[0] == "0":
40-
release_status = "Development Status :: 4 - Beta"
41-
else:
42-
release_status = "Development Status :: 5 - Production/Stable"
39+
release_status = "Development Status :: 7 - Inactive"
4340

4441
dependencies = [
4542
"google-ai-generativelanguage==0.6.15",
@@ -86,6 +83,7 @@ def get_version():
8683
"Programming Language :: Python :: 3.10", # Colab
8784
"Programming Language :: Python :: 3.11",
8885
"Programming Language :: Python :: 3.12",
86+
"Programming Language :: Python :: 3.13",
8987
"Operating System :: OS Independent",
9088
"Topic :: Scientific/Engineering :: Artificial Intelligence",
9189
"Typing :: Typed",

0 commit comments

Comments
 (0)