Skip to content

Commit

Permalink
[syft]bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred-openmined-bot committed Apr 25, 2024
1 parent 24036b3 commit fc10b8f
Show file tree
Hide file tree
Showing 19 changed files with 204 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.7-beta.2
current_version = 0.8.7-beta.3
tag = False
tag_name = {new_version}
commit = True
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1,5 +1,5 @@
# Mono Repo Global Version
__version__ = "0.8.7-beta.2"
__version__ = "0.8.7-beta.3"
# elsewhere we can call this file: `python VERSION` and simply take the stdout

# stdlib
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/VERSION
@@ -1,5 +1,5 @@
# Mono Repo Global Version
__version__ = "0.8.7-beta.2"
__version__ = "0.8.7-beta.3"
# elsewhere we can call this file: `python VERSION` and simply take the stdout

# stdlib
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/backend/worker_cpu.dockerfile
Expand Up @@ -9,7 +9,7 @@
# Later we'd want to uninstall old python, and then install a new python runtime...
# ... but pre-built syft deps may break!

ARG SYFT_VERSION_TAG="0.8.7-beta.2"
ARG SYFT_VERSION_TAG="0.8.7-beta.3"
FROM openmined/grid-backend:${SYFT_VERSION_TAG}

ARG PYTHON_VERSION="3.12"
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/devspace.yaml
Expand Up @@ -26,7 +26,7 @@ vars:
DOCKER_IMAGE_FRONTEND: openmined/grid-frontend
DOCKER_IMAGE_SEAWEEDFS: openmined/grid-seaweedfs
CONTAINER_REGISTRY: "docker.io"
VERSION: "0.8.7-beta.2"
VERSION: "0.8.7-beta.3"
PLATFORM: $(uname -m | grep -q 'arm64' && echo "arm64" || echo "amd64")

# This is a list of `images` that DevSpace can build for this project
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "pygrid-ui",
"version": "0.8.7-beta.2",
"version": "0.8.7-beta.3",
"private": true,
"scripts": {
"dev": "pnpm i && vite dev --host --port 80",
Expand Down

0 comments on commit fc10b8f

Please sign in to comment.