Skip to content

Commit b324e92

Browse files
committed
release v0.5.0
1 parent 114f832 commit b324e92

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

App/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ targets:
5454
PRODUCT_BUNDLE_IDENTIFIER: io.gnosis.tinyforge.app
5555
PRODUCT_NAME: TinyForge
5656
ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon
57-
MARKETING_VERSION: "0.4.0"
57+
MARKETING_VERSION: "0.5.0"
5858
# Sparkle compares CFBundleVersion between installed app and appcast, so
5959
# it must change every release — keep it equal to the marketing version.
6060
CURRENT_PROJECT_VERSION: "$(MARKETING_VERSION)"

backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tinyforge"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
description = "TinyForge ML backend — FastAPI orchestrator for training/finetuning tiny models on Apple Silicon"
55
readme = "../README.md"
66
requires-python = ">=3.12"

backend/tinyforge/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""TinyForge ML backend package."""
22

3-
__version__ = "0.4.0"
3+
__version__ = "0.5.0"

backend/uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)