Skip to content

Commit fcf27cd

Browse files
AbeJLazaroAbraham Lazaro Martinez
and
Abraham Lazaro Martinez
authored
chore(py): Release v0.4.0 (#2971)
Co-authored-by: Abraham Lazaro Martinez <[email protected]>
1 parent a865bec commit fcf27cd

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

py/packages/genkit/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ license = { text = "Apache-2.0" }
3838
name = "genkit"
3939
readme = "README.md"
4040
requires-python = ">=3.10"
41-
version = "0.3.2"
41+
version = "0.4.0"
4242

4343
[project.optional-dependencies]
4444
dev-local-vectorstore = ["genkit-plugin-dev-local-vectorstore"]

py/plugins/compat-oai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ license = { text = "Apache-2.0" }
2222
name = "genkit-plugin-compat-oai"
2323
readme = "README.md"
2424
requires-python = ">=3.10"
25-
version = "0.3.2"
25+
version = "0.4.0"
2626

2727
[build-system]
2828
build-backend = "hatchling.build"

py/plugins/dev-local-vectorstore/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ license = { text = "Apache-2.0" }
2727
name = "genkit-plugin-dev-local-vectorstore"
2828
readme = "README.md"
2929
requires-python = ">=3.10"
30-
version = "0.3.2"
30+
version = "0.4.0"
3131

3232
[build-system]
3333
build-backend = "hatchling.build"

py/plugins/firebase/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ license = { text = "Apache-2.0" }
2626
name = "genkit-plugin-firebase"
2727
readme = "README.md"
2828
requires-python = ">=3.10"
29-
version = "0.3.2"
29+
version = "0.4.0"
3030

3131
[build-system]
3232
build-backend = "hatchling.build"

py/plugins/flask/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ license = { text = "Apache-2.0" }
2828
name = "genkit-plugin-flask"
2929
readme = "README.md"
3030
requires-python = ">=3.10"
31-
version = "0.3.2"
31+
version = "0.4.0"
3232

3333
[build-system]
3434
build-backend = "hatchling.build"

py/plugins/google-cloud/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ license = { text = "Apache-2.0" }
2626
name = "genkit-plugin-google-cloud"
2727
readme = "README.md"
2828
requires-python = ">=3.10"
29-
version = "0.3.2"
29+
version = "0.4.0"
3030

3131
[build-system]
3232
build-backend = "hatchling.build"

py/plugins/google-genai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ license = { text = "Apache-2.0" }
2828
name = "genkit-plugin-google-genai"
2929
readme = "README.md"
3030
requires-python = ">=3.10"
31-
version = "0.3.2"
31+
version = "0.4.0"
3232

3333
[build-system]
3434
build-backend = "hatchling.build"

py/plugins/ollama/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ license = { text = "Apache-2.0" }
2222
name = "genkit-plugin-ollama"
2323
readme = "README.md"
2424
requires-python = ">=3.10"
25-
version = "0.3.2"
25+
version = "0.4.0"
2626

2727
[build-system]
2828
build-backend = "hatchling.build"

py/plugins/vertex-ai/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ license = { text = "Apache-2.0" }
3030
name = "genkit-plugin-vertex-ai"
3131
readme = "README.md"
3232
requires-python = ">=3.10"
33-
version = "0.3.2"
33+
version = "0.4.0"
3434

3535
[build-system]
3636
build-backend = "hatchling.build"

0 commit comments

Comments
 (0)