From 3ece182d31dda7b14abd56d13abf3ff79a5717ae Mon Sep 17 00:00:00 2001 From: Anton Hvornum Date: Sun, 28 Jun 2026 22:06:04 +0200 Subject: [PATCH] Bumping version to: 4.4 (#4608) --- PKGBUILD | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index e9ee1173..af7cd5a0 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -5,7 +5,7 @@ # Contributor: demostanis worlds pkgname=archinstall -pkgver=4.3 +pkgver=4.4 pkgrel=1 pkgdesc="Just another guided/automated Arch Linux installer with a twist" arch=(any) diff --git a/pyproject.toml b/pyproject.toml index 419cd680..d86f7f8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "archinstall" -version = "4.3" +version = "4.4" description = "Arch Linux installer - guided, templates etc." authors = [ {name = "Anton Hvornum", email = "anton@hvornum.se"},