Skip to content

Commit

Permalink
Bump version 0.2.5 -> 0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alfred-openmined-bot committed Nov 18, 2024
1 parent 0f5ebe7 commit de97201
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.2.5
current_version = 0.2.6
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
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.2.5"
ARG SYFT_VERSION="0.2.6"

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.2.5"
version = "0.2.6"
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.2.5"
__version__ = "0.2.6"
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 de97201

Please sign in to comment.