Skip to content

Commit

Permalink
Bump version 0.1.3 -> 0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
yashgorana committed Oct 11, 2024
1 parent bc04521 commit fbf66a9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.1.3
current_version = 0.1.4
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cd-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker/syftbox.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion syftbox/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
__title__ = "SyftBox"
__description__ = ""
__url__ = "https://openmined.org"
__version__ = "0.1.3"
__version__ = "0.1.4"
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fbf66a9

Please sign in to comment.