Skip to content

Commit 1823db6

Browse files
committed
release: v0.4.0
1 parent 6eeaf4e commit 1823db6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "emu68hatcher"
7-
version = "0.4.0.dev0"
7+
version = "0.4.0"
88
description = "cross-platform (MacOS, Linux, Windows) app to build ready-to-run Amiga SD card images for Emu68/PiStorm"
99
readme = "README.md"
1010
license = {text = "MIT"}

src/build/settings/base.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"app_name": "Emu68 Hatcher",
33
"author": "rootrootde",
44
"main_module": "src/main/python/main.py",
5-
"version": "0.4.0.0",
5+
"version": "0.4.0",
66
"url": "https://github.com/rootrootde/emu68hatcher",
77
"hidden_imports": [
88
"emu68hatcher",

0 commit comments

Comments
 (0)