From 842bd27e8c9a29a023d635ce2bdd019c6756169c Mon Sep 17 00:00:00 2001 From: loathingKernel <142770+loathingKernel@users.noreply.github.com> Date: Fri, 1 Dec 2023 15:26:26 +0200 Subject: [PATCH] Rare: Release 1.10.4 --- rare/__init__.py | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rare/__init__.py b/rare/__init__.py index 863faa10..ba2d6841 100644 --- a/rare/__init__.py +++ b/rare/__init__.py @@ -1,2 +1,2 @@ -__version__ = "1.10.3" +__version__ = "1.10.4" __codename__ = "Garlic Crab" diff --git a/requirements.txt b/requirements.txt index a0009672..58d6cc13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ requests PyQt5 QtAwesome setuptools -legendary-gl>=0.20.32 +legendary-gl>=0.20.33 pywin32; platform_system == "Windows"