From fbf66a9b17f7347b7a969421d707e771b9818927 Mon Sep 17 00:00:00 2001 From: Yash Gorana Date: Fri, 11 Oct 2024 20:17:49 +0530 Subject: [PATCH] Bump version 0.1.3 -> 0.1.4 --- .bumpversion.cfg | 2 +- .github/workflows/cd-deploy.yaml | 2 +- docker/syftbox.dockerfile | 2 +- pyproject.toml | 2 +- syftbox/__version__.py | 2 +- uv.lock | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index e301807c..66a7f0f4 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.1.3 +current_version = 0.1.4 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/.github/workflows/cd-deploy.yaml b/.github/workflows/cd-deploy.yaml index 5f3532fe..7f154b4a 100644 --- a/.github/workflows/cd-deploy.yaml +++ b/.github/workflows/cd-deploy.yaml @@ -6,7 +6,7 @@ on: version: description: "SyftBox Version to deploy" type: string - default: 0.1.3 + default: 0.1.4 # Prevents concurrent runs of the same workflow # while the previous run is still in progress diff --git a/docker/syftbox.dockerfile b/docker/syftbox.dockerfile index bb97b6ff..f6c11c9d 100644 --- a/docker/syftbox.dockerfile +++ b/docker/syftbox.dockerfile @@ -2,7 +2,7 @@ FROM cgr.dev/chainguard/wolfi-base ARG PYTHON_VERSION="3.12" ARG UV_VERSION="0.4.20-r0" -ARG SYFT_VERSION="0.1.3" +ARG SYFT_VERSION="0.1.4" RUN apk update && apk upgrade && \ apk add --no-cache python-$PYTHON_VERSION uv=$UV_VERSION diff --git a/pyproject.toml b/pyproject.toml index f4e51953..adefe4ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "syftbox" -version = "0.1.3" +version = "0.1.4" description = "Add your description here" readme = "README.md" requires-python = ">=3.9" diff --git a/syftbox/__version__.py b/syftbox/__version__.py index 7708f6c0..a78c62b8 100644 --- a/syftbox/__version__.py +++ b/syftbox/__version__.py @@ -8,4 +8,4 @@ __title__ = "SyftBox" __description__ = "" __url__ = "https://openmined.org" -__version__ = "0.1.3" +__version__ = "0.1.4" diff --git a/uv.lock b/uv.lock index a025223e..1d3d98ef 100644 --- a/uv.lock +++ b/uv.lock @@ -1190,7 +1190,7 @@ wheels = [ [[package]] name = "syftbox" -version = "0.1.3" +version = "0.1.4" source = { editable = "." } dependencies = [ { name = "apscheduler" },