Skip to content

Commit 5ecd14c

Browse files
committed
chore: version 0.4.4
1 parent ead5576 commit 5ecd14c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

installer/accessiweather.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
#define MyAppName "AccessiWeather"
1212
; Version is read from dist/version.txt (written by CI from pyproject.toml)
1313
; Falls back to hardcoded default for local builds
14-
#define MyAppVersion "0.9.4"
14+
#define MyAppVersion "0.4.4"
1515
#ifexist "..\dist\version.txt"
16-
#define MyAppVersion ReadIni("..\dist\version.txt", "version", "value", "0.4.3")
16+
#define MyAppVersion ReadIni("..\dist\version.txt", "version", "value", "0.4.4")
1717
#endif
1818
#define MyAppPublisher "Orinks"
1919
#define MyAppURL "https://github.com/Orinks/AccessiWeather"

pyproject.toml

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

55
[project]
66
name = "accessiweather"
7-
version = "0.9.4"
7+
version = "0.4.4"
88
description = "AccessiWeather: An accessible weather application with NOAA and Open-Meteo support, built with wxPython for screen reader compatibility"
99
authors = [
1010
{ name = "Orinks" }

0 commit comments

Comments
 (0)