Skip to content

Commit a2bd3e2

Browse files
[syft]bump version
1 parent 4c38f9c commit a2bd3e2

File tree

14 files changed

+115
-102
lines changed

14 files changed

+115
-102
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.8.7-beta.11
2+
current_version = 0.8.7-beta.12
33
tag = False
44
tag_name = {new_version}
55
commit = True

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Mono Repo Global Version
2-
__version__ = "0.8.7-beta.11"
2+
__version__ = "0.8.7-beta.12"
33
# elsewhere we can call this file: `python VERSION` and simply take the stdout
44

55
# stdlib

packages/grid/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Mono Repo Global Version
2-
__version__ = "0.8.7-beta.11"
2+
__version__ = "0.8.7-beta.12"
33
# elsewhere we can call this file: `python VERSION` and simply take the stdout
44

55
# stdlib

packages/grid/backend/grid/images/worker_cpu.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# NOTE: This dockerfile will be built inside a grid-backend container in PROD
66
# Hence COPY will not work the same way in DEV vs. PROD
77

8-
ARG SYFT_VERSION_TAG="0.8.7-beta.11"
8+
ARG SYFT_VERSION_TAG="0.8.7-beta.12"
99
FROM openmined/grid-backend:${SYFT_VERSION_TAG}
1010

1111
# should match base image python version

packages/grid/devspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ vars:
2727
DOCKER_IMAGE_SEAWEEDFS: openmined/grid-seaweedfs
2828
DOCKER_IMAGE_ENCLAVE_ATTESTATION: openmined/grid-enclave-attestation
2929
CONTAINER_REGISTRY: "docker.io"
30-
VERSION: "0.8.7-beta.11"
30+
VERSION: "0.8.7-beta.12"
3131
PLATFORM: $(uname -m | grep -q 'arm64' && echo "arm64" || echo "amd64")
3232

3333
# This is a list of `images` that DevSpace can build for this project

packages/grid/frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pygrid-ui",
3-
"version": "0.8.7-beta.11",
3+
"version": "0.8.7-beta.12",
44
"private": true,
55
"scripts": {
66
"dev": "pnpm i && vite dev --host --port 80",

0 commit comments

Comments
 (0)