File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ license = { text = "Apache-2.0" }
3939name = " genkit"
4040readme = " README.md"
4141requires-python = " >=3.10"
42- version = " 0.3.0 "
42+ version = " 0.3.1 "
4343
4444[project .optional-dependencies ]
4545dev-local-vectorstore = [" genkit-plugin-dev-local-vectorstore" ]
Original file line number Diff line number Diff line change 1717"""Module containing various core constants."""
1818
1919# The version of Genkit sent over HTTP in the headers.
20- DEFAULT_GENKIT_VERSION = '0.3.0 '
20+ DEFAULT_GENKIT_VERSION = '0.3.1 '
2121
2222# TODO: make this dynamic
2323GENKIT_VERSION = DEFAULT_GENKIT_VERSION
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ license = { text = "Apache-2.0" }
2222name = " genkit-plugin-compat-oai"
2323readme = " README.md"
2424requires-python = " >=3.10"
25- version = " 0.3.0 "
25+ version = " 0.3.1 "
2626
2727[build-system ]
2828build-backend = " hatchling.build"
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ license = { text = "Apache-2.0" }
2727name = " genkit-plugin-dev-local-vectorstore"
2828readme = " README.md"
2929requires-python = " >=3.10"
30- version = " 0.3.0 "
30+ version = " 0.3.1 "
3131
3232[build-system ]
3333build-backend = " hatchling.build"
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ license = { text = "Apache-2.0" }
2626name = " genkit-plugin-firebase"
2727readme = " README.md"
2828requires-python = " >=3.10"
29- version = " 0.3.0 "
29+ version = " 0.3.1 "
3030
3131[build-system ]
3232build-backend = " hatchling.build"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ license = { text = "Apache-2.0" }
2828name = " genkit-plugin-flask"
2929readme = " README.md"
3030requires-python = " >=3.10"
31- version = " 0.3.0 "
31+ version = " 0.3.1 "
3232
3333[build-system ]
3434build-backend = " hatchling.build"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ license = { text = "Apache-2.0" }
2222name = " genkit-plugin-google-cloud"
2323readme = " README.md"
2424requires-python = " >=3.10"
25- version = " 0.3.0 "
25+ version = " 0.3.1 "
2626
2727[build-system ]
2828build-backend = " hatchling.build"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ license = { text = "Apache-2.0" }
2828name = " genkit-plugin-google-genai"
2929readme = " README.md"
3030requires-python = " >=3.10"
31- version = " 0.3.0 "
31+ version = " 0.3.1 "
3232
3333[build-system ]
3434build-backend = " hatchling.build"
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ license = { text = "Apache-2.0" }
2222name = " genkit-plugin-ollama"
2323readme = " README.md"
2424requires-python = " >=3.10"
25- version = " 0.3.0 "
25+ version = " 0.3.1 "
2626
2727[build-system ]
2828build-backend = " hatchling.build"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ license = { text = "Apache-2.0" }
2828name = " genkit-plugin-vertex-ai"
2929readme = " README.md"
3030requires-python = " >=3.10"
31- version = " 0.3.0 "
31+ version = " 0.3.1 "
3232
3333[build-system ]
3434build-backend = " hatchling.build"
You can’t perform that action at this time.
0 commit comments