Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Madhava Jay committed Jun 13, 2023
1 parent 8b98a07 commit b6e5b21
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.8.1-beta.8
current_version = 0.8.1-beta.9
tag = False
tag_name = {new_version}
commit = True
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mono Repo Global Version
__version__ = "0.8.1-beta.8"
__version__ = "0.8.1-beta.9"
# 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
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mono Repo Global Version
__version__ = "0.8.1-beta.8"
__version__ = "0.8.1-beta.9"
# elsewhere we can call this file: `python VERSION` and simply take the stdout

# stdlib
Expand Down
10 changes: 5 additions & 5 deletions packages/grid/devspace.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ images:
tags:
- "######"
- latest
- "0.8.1-beta.8"
- "0.8.1-beta.9"
createPullSecret: true
dockerfile: ./backend/backend.dockerfile
context: ../
Expand All @@ -121,7 +121,7 @@ images:
tags:
- "######"
- latest
- "0.8.1-beta.8"
- "0.8.1-beta.9"
createPullSecret: true
dockerfile: ./frontend/frontend.dockerfile
context: ./frontend
Expand All @@ -137,7 +137,7 @@ images:
tags:
- "######"
- latest
- "0.8.1-beta.8"
- "0.8.1-beta.9"
createPullSecret: true
dockerfile: ./vpn/headscale.dockerfile
context: ./vpn
Expand All @@ -149,7 +149,7 @@ images:
tags:
- "######"
- latest
- "0.8.1-beta.8"
- "0.8.1-beta.9"
createPullSecret: true
dockerfile: ./vpn/tailscale.dockerfile
context: ./vpn
Expand All @@ -161,7 +161,7 @@ images:
tags:
- "######"
- latest
- "0.8.1-beta.8"
- "0.8.1-beta.9"
createPullSecret: true
dockerfile: ./vpn/iptables.dockerfile
context: ./vpn
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pygrid-ui",
"version": "0.8.1-beta.8",
"version": "0.8.1-beta.9",
"private": true,
"scripts": {
"dev": "pnpm i && vite dev --host --port 80",
Expand Down
48 changes: 24 additions & 24 deletions packages/hagrid/hagrid/manifest_template.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,34 @@
manifestVersion: 0.1
hagrid_version: 0.3.22
syft_version: 0.8.1-beta.8
dockerTag: 0.8.1-beta.8
syft_version: 0.8.1-beta.9
dockerTag: 0.8.1-beta.9
baseUrl: https://raw.githubusercontent.com/OpenMined/PySyft/
hash: 936347b1ff638936242e2074273217ad919a5db9
hash: 8b98a07e66d193a7233cd4120681c1da016f4dde
target_dir: ~/.hagrid/PySyft/
files:
grid:
path: packages/grid/
common:
- rabbitmq/rabbitmq.conf
- redis/redis.conf
- seaweedfs/filer.toml
- seaweedfs/s3config.json
- vpn/config.yaml
- rabbitmq/rabbitmq.conf
- redis/redis.conf
- seaweedfs/filer.toml
- seaweedfs/s3config.json
- vpn/config.yaml
docker:
- default.env
- docker-compose.build.yml
- docker-compose.dev.yml
- docker-compose.pull.yml
- docker-compose.test.yml
- docker-compose.tls.yml
- docker-compose.yml
- traefik/docker/dynamic-tls.yml
- traefik/docker/dynamic.yml
- traefik/docker/traefik-tls.template.yml
- traefik/docker/traefik.yml
- vpn/headscale.dockerfile
- vpn/tailscale.dockerfile
- default.env
- docker-compose.build.yml
- docker-compose.dev.yml
- docker-compose.pull.yml
- docker-compose.test.yml
- docker-compose.tls.yml
- docker-compose.yml
- traefik/docker/dynamic-tls.yml
- traefik/docker/dynamic.yml
- traefik/docker/traefik-tls.template.yml
- traefik/docker/traefik.yml
- vpn/headscale.dockerfile
- vpn/tailscale.dockerfile
k8s:
- devspace.yaml
- traefik/k8s/dynamic.yml
- traefik/k8s/traefik.yml
- devspace.yaml
- traefik/k8s/dynamic.yml
- traefik/k8s/traefik.yml
2 changes: 1 addition & 1 deletion packages/syft/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = syft
version = attr: "0.8.1-beta.8"
version = attr: "0.8.1-beta.9"
description = Perform numpy-like analysis on data that remains in someone elses server
author = OpenMined
author_email = [email protected]
Expand Down
2 changes: 1 addition & 1 deletion packages/syft/src/syft/VERSION
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Mono Repo Global Version
__version__ = "0.8.1-beta.8"
__version__ = "0.8.1-beta.9"
# elsewhere we can call this file: `python VERSION` and simply take the stdout

# stdlib
Expand Down
2 changes: 1 addition & 1 deletion packages/syft/src/syft/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "0.8.1-beta.8"
__version__ = "0.8.1-beta.9"

# stdlib
from pathlib import Path
Expand Down

0 comments on commit b6e5b21

Please sign in to comment.