From ef3e82672ed55386807fa1682308cd3aa12fadb2 Mon Sep 17 00:00:00 2001 From: ranhai613 <85445781+ranhai613@users.noreply.github.com> Date: Fri, 26 Apr 2024 21:41:49 +0900 Subject: [PATCH] Bump version to 0.6.4 --- mvinstaller/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mvinstaller/__init__.py b/mvinstaller/__init__.py index 002261f..e579b56 100644 --- a/mvinstaller/__init__.py +++ b/mvinstaller/__init__.py @@ -1 +1 @@ -__version__ = '0.6.3' +__version__ = '0.6.4' diff --git a/pyproject.toml b/pyproject.toml index 467d7af..cd89650 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "mvinstaller" -version = "0.6.3" +version = "0.6.4" description = "Automatically provides modded environment for the game FTL." authors = ["nedsociety "] license = "MIT"