From f157e335b74234fb6ebfa27b478588c88f082972 Mon Sep 17 00:00:00 2001 From: Theo Rozier Date: Fri, 12 Jul 2024 23:43:31 +0200 Subject: [PATCH] Version 4.4.0 Not 4.3.1 because we are now including Babric. --- portablemc/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/portablemc/__init__.py b/portablemc/__init__.py index b1f68833..35b30431 100644 --- a/portablemc/__init__.py +++ b/portablemc/__init__.py @@ -7,7 +7,7 @@ """ LAUNCHER_NAME = "portablemc" -LAUNCHER_VERSION = "4.3.0" +LAUNCHER_VERSION = "4.4.0" LAUNCHER_AUTHORS = ["Théo Rozier ", "Contributors"] LAUNCHER_COPYRIGHT = "PortableMC Copyright (C) 2021-2024 Théo Rozier" LAUNCHER_URL = "https://github.com/mindstorm38/portablemc" diff --git a/pyproject.toml b/pyproject.toml index 2e54521b..82f335eb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "portablemc" -version = "4.3.0" +version = "4.4.0" description = "PortableMC is a module that provides both an API for development of your custom launcher and an executable script to run PortableMC CLI." authors = ["Théo Rozier "] license = "GPL-3.0-only"