Skip to content

Commit fbf01e9

Browse files
committed
bump version of syft to 0.9.3
1 parent f1a9cf3 commit fbf01e9

File tree

14 files changed

+19
-19
lines changed

14 files changed

+19
-19
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.9.3-beta.4
2+
current_version = 0.9.3
33
tag = False
44
tag_name = {new_version}
55
commit = True

.bumpversion_stable.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.9.2
2+
current_version = 0.9.3
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.9.3-beta.4"
2+
__version__ = "0.9.3"
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.9.3-beta.4"
2+
__version__ = "0.9.3"
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 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.3-beta.4"
8+
ARG SYFT_VERSION_TAG="0.9.3"
99
FROM openmined/syft-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
@@ -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.3-beta.4"
31+
VERSION: "0.9.3"
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

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

packages/grid/helm/syft/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: syft
33
description: Perform numpy-like analysis on data that remains in someone elses server
44
type: application
5-
version: "0.9.3-beta.4"
6-
appVersion: "0.9.3-beta.4"
5+
version: "0.9.3"
6+
appVersion: "0.9.3"
77
home: https://github.com/OpenMined/PySyft/
88
icon: https://raw.githubusercontent.com/OpenMined/PySyft/dev/docs/img/title_syft_light.png

packages/grid/helm/syft/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
global:
22
# Affects only backend, frontend, and seaweedfs containers
33
registry: docker.io
4-
version: 0.9.3-beta.4
4+
version: 0.9.3
55

66
# Force default secret values for development. DO NOT SET THIS TO FALSE IN PRODUCTION
77
randomizedSecrets: true
@@ -10,7 +10,7 @@ global:
1010
kaniko:
1111
version: "v1.23.2"
1212

13-
workerVersion: 0.9.3-beta.4
13+
workerVersion: 0.9.3
1414

1515
# =================================================================================
1616

packages/syft/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = syft
3-
version = attr: "0.9.3-beta.4"
3+
version = attr: "0.9.3"
44
description = Perform numpy-like analysis on data that remains in someone elses server
55
author = OpenMined
66
author_email = info@openmined.org

0 commit comments

Comments
 (0)