File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 14
14
# limitations under the License.
15
15
from __future__ import annotations
16
16
17
- __version__ = "0.8.4 "
17
+ __version__ = "0.8.5 "
Original file line number Diff line number Diff line change @@ -36,10 +36,7 @@ def get_version():
36
36
37
37
version = get_version ()
38
38
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"
43
40
44
41
dependencies = [
45
42
"google-ai-generativelanguage==0.6.15" ,
@@ -86,6 +83,7 @@ def get_version():
86
83
"Programming Language :: Python :: 3.10" , # Colab
87
84
"Programming Language :: Python :: 3.11" ,
88
85
"Programming Language :: Python :: 3.12" ,
86
+ "Programming Language :: Python :: 3.13" ,
89
87
"Operating System :: OS Independent" ,
90
88
"Topic :: Scientific/Engineering :: Artificial Intelligence" ,
91
89
"Typing :: Typed" ,
You can’t perform that action at this time.
0 commit comments