Skip to content

Commit c7cc4af

Browse files
authored
chore(py): bump version to 0.3.1 (#2727)
1 parent c1ea62c commit c7cc4af

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

py/packages/genkit/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ license = { text = "Apache-2.0" }
3939
name = "genkit"
4040
readme = "README.md"
4141
requires-python = ">=3.10"
42-
version = "0.3.0"
42+
version = "0.3.1"
4343

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

py/packages/genkit/src/genkit/core/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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
2323
GENKIT_VERSION = DEFAULT_GENKIT_VERSION

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.0"
25+
version = "0.3.1"
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.0"
30+
version = "0.3.1"
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.0"
29+
version = "0.3.1"
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.0"
31+
version = "0.3.1"
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
@@ -22,7 +22,7 @@ license = { text = "Apache-2.0" }
2222
name = "genkit-plugin-google-cloud"
2323
readme = "README.md"
2424
requires-python = ">=3.10"
25-
version = "0.3.0"
25+
version = "0.3.1"
2626

2727
[build-system]
2828
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.0"
31+
version = "0.3.1"
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.0"
25+
version = "0.3.1"
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
@@ -28,7 +28,7 @@ license = { text = "Apache-2.0" }
2828
name = "genkit-plugin-vertex-ai"
2929
readme = "README.md"
3030
requires-python = ">=3.10"
31-
version = "0.3.0"
31+
version = "0.3.1"
3232

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

0 commit comments

Comments
 (0)