From 464289b5319d2d93a5d1a2d4a2b2b385fe9394a8 Mon Sep 17 00:00:00 2001 From: Akashdeep Dhar Date: Fri, 3 Jan 2025 22:45:50 +0530 Subject: [PATCH] Stage the release for Genshin Impact v5.3 Phase 1 Signed-off-by: Akashdeep Dhar --- gi_loadouts/__init__.py | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gi_loadouts/__init__.py b/gi_loadouts/__init__.py index 59f30ff4..8178775e 100644 --- a/gi_loadouts/__init__.py +++ b/gi_loadouts/__init__.py @@ -3,8 +3,8 @@ __metadict__ = metadata("gi-loadouts").json __versdata__ = __metadict__.get("version") -__gicompat_vers__ = "5.2" -__gicompat_part__ = "2" +__gicompat_vers__ = "5.3" +__gicompat_part__ = "1" __donation__ = "https://github.com/sponsors/gridhead" __releases__ = "https://github.com/gridhead/gi-loadouts/releases" diff --git a/pyproject.toml b/pyproject.toml index d0cc0c53..b2533b1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "gi-loadouts" -version = "0.1.3" +version = "0.1.4" description = "Loadouts for Genshin Impact" authors = ["Akashdeep Dhar ", "Avadhoot Dhere ", "Dhruv Bhirud ", "Prithviraj Chavan ", "Shounak Dey "] license = "GPL-3.0-or-later"