Skip to content

Commit 36bf6d1

Browse files
[syft]bump version
1 parent 5f6f305 commit 36bf6d1

File tree

14 files changed

+161
-148
lines changed

14 files changed

+161
-148
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.9.6-beta.1
2+
current_version = 0.9.6-beta.2
33
tag = False
44
tag_name = {new_version}
55
commit = True

VERSION

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

55
# stdlib

packages/grid/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Mono Repo Global Version
2-
__version__ = "0.9.6-beta.1"
2+
__version__ = "0.9.6-beta.2"
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

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

8-
ARG SYFT_VERSION_TAG="0.9.6-beta.1"
8+
ARG SYFT_VERSION_TAG="0.9.6-beta.2"
99
FROM openmined/syft-backend:${SYFT_VERSION_TAG}
1010

1111
# should match base image python version

packages/grid/devspace.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ vars:
2828
DOCKER_IMAGE_RATHOLE: openmined/syft-rathole
2929
DOCKER_IMAGE_ENCLAVE_ATTESTATION: openmined/syft-enclave-attestation
3030
CONTAINER_REGISTRY: "docker.io"
31-
VERSION: "0.9.6-beta.1"
31+
VERSION: "0.9.6-beta.2"
3232
PLATFORM: $(uname -m | grep -q 'arm64' && echo "arm64" || echo "amd64")
3333

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

packages/grid/frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "syft-ui",
3-
"version": "0.9.6-beta.1",
3+
"version": "0.9.6-beta.2",
44
"private": true,
55
"scripts": {
66
"dev": "pnpm i && vite dev --host --port 80",

0 commit comments

Comments
 (0)