Skip to content

Commit 876236e

Browse files
Bump version 0.3.5 -> 0.4.0
1 parent 8b10967 commit 876236e

File tree

6 files changed

+14
-13
lines changed

6 files changed

+14
-13
lines changed

Diff for: .bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.3.5
2+
current_version = 0.4.0
33
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
44
serialize =
55
{major}.{minor}.{patch}

Diff for: docker/syftbox.dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM cgr.dev/chainguard/wolfi-base
22

33
ARG PYTHON_VERSION="3.12"
44
ARG UV_VERSION="0.4.20-r0"
5-
ARG SYFT_VERSION="0.3.5"
5+
ARG SYFT_VERSION="0.4.0"
66

77
RUN apk update && apk upgrade && \
88
apk add --no-cache python-$PYTHON_VERSION uv=$UV_VERSION

Diff for: pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "syftbox"
3-
version = "0.3.5"
3+
version = "0.4.0"
44
description = "Add your description here"
55
readme = "README.md"
66
requires-python = ">=3.9"
@@ -61,7 +61,7 @@ exclude = ["syftbox/assets/icon/*"]
6161
# this will be completely ignored in the built wheel
6262
dev-dependencies = [
6363
"bump2version>=1.0.1",
64-
"faker>=30.3.5",
64+
"faker>=30.4.0",
6565
"ipykernel>=6.29.5",
6666
"locust>=2.32.0",
6767
"pre-commit>=4.0.1",

Diff for: syftbox/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
# |____/ \__, |_| \__|____/ \___/_/\_\
66
# |___/
77

8-
__version__ = "0.3.5"
8+
__version__ = "0.4.0"

Diff for: syftbox/server2client_version.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,11 @@
3636
"0.2.9": ["0.2.0", "0.3.0"],
3737
"0.2.10": ["0.2.0", "0.3.0"],
3838
"0.2.11": ["0.2.0", "0.3.0"],
39-
"0.3.0": ["0.3.0", ""],
40-
"0.3.1": ["0.3.0", ""],
41-
"0.3.2": ["0.3.0", ""],
42-
"0.3.3": ["0.3.0", ""],
43-
"0.3.4": ["0.3.0", ""],
44-
"0.3.5": ["0.3.0", ""]
39+
"0.3.0": ["0.3.0", "0.4.0"],
40+
"0.3.1": ["0.3.0", "0.4.0"],
41+
"0.3.2": ["0.3.0", "0.4.0"],
42+
"0.3.3": ["0.3.0", "0.4.0"],
43+
"0.3.4": ["0.3.0", "0.4.0"],
44+
"0.3.5": ["0.3.0", "0.4.0"],
45+
"0.4.0": ["0.4.0", ""]
4546
}

Diff for: uv.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)