Skip to content

Commit f87fe6d

Browse files
committed
Release v0.3.2
1 parent f8be5e9 commit f87fe6d

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

packaging/windows/focale.iss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#endif
1313
#define MyAppPublisher "Arcsecond"
1414
#ifndef MyAppVersion
15-
#define MyAppVersion "0.2.0"
15+
#define MyAppVersion "0.3.2"
1616
#endif
1717
#ifndef MySourceDir
1818
#define MySourceDir "dist\focale"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "focale"
7-
version = "0.3.1"
7+
version = "0.3.2"
88
description = "Focale desktop and Hub bootstrap client"
99
readme = "README.md"
1010
requires-python = ">=3.12"

scripts/build_windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
param(
2-
[string]$Version = "0.2.0",
2+
[string]$Version = "0.3.2",
33
[ValidateSet("production", "staging", "dev")]
44
[string]$Environment = "production"
55
)

src/focale/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__all__ = ["__version__"]
22

3-
__version__ = "0.2.0"
3+
__version__ = "0.3.2"

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)