From 09bc9de34358d61e8566b37ea33ffd10f8161784 Mon Sep 17 00:00:00 2001 From: theor Date: Tue, 19 Oct 2021 08:27:40 +0200 Subject: [PATCH] Version 2.0.5 --- 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 e3e01750..5b19efcd 100644 --- a/portablemc/__init__.py +++ b/portablemc/__init__.py @@ -55,7 +55,7 @@ LAUNCHER_NAME = "portablemc" -LAUNCHER_VERSION = "2.0.4" +LAUNCHER_VERSION = "2.0.5" LAUNCHER_AUTHORS = ["Théo Rozier ", "Github contributors"] LAUNCHER_COPYRIGHT = "PortableMC Copyright (C) 2021 Théo Rozier" LAUNCHER_URL = "https://github.com/mindstorm38/portablemc" diff --git a/pyproject.toml b/pyproject.toml index 8c8ee597..17754038 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "portablemc" -version = "2.0.4" +version = "2.0.5" 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"