From 01232318204bb8c027e127343b1ae174e282f3d3 Mon Sep 17 00:00:00 2001 From: Rawleenc Date: Sun, 5 May 2024 11:39:38 +0200 Subject: [PATCH] chore: :rocket: Release 4.3.0 --- launcher.py | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher.py b/launcher.py index 42f1db7..ab6e71c 100644 --- a/launcher.py +++ b/launcher.py @@ -31,7 +31,7 @@ OWNER = "Rawleenc" REPO = "ArchCraftsman" -BRANCH = "dev" +BRANCH = "main" CMD = "python -m archcraftsman.installer --install" GREEN = "\033[0;32m" CYAN = "\033[0;36m" diff --git a/setup.cfg b/setup.cfg index 473fef1..d96ab24 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = archcraftsman -version = 4.2.0 +version = 4.3.0 url = https://github.com/Rawleenc/ArchCraftsman project_urls = Bug Tracker = https://github.com/Rawleenc/ArchCraftsman/issues