From eb76b2f4748a7c5cb15101e31adc1d66b77026d8 Mon Sep 17 00:00:00 2001 From: "Azalea (on HyDEV-Daisy)" Date: Mon, 25 Jul 2022 20:41:09 -0400 Subject: [PATCH] [U] Release v1.1.0 --- hyfetch/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hyfetch/constants.py b/hyfetch/constants.py index 526146fe..fa6bf2d1 100644 --- a/hyfetch/constants.py +++ b/hyfetch/constants.py @@ -7,7 +7,7 @@ from pathlib import Path from typing_extensions import Literal CONFIG_PATH = Path.home() / '.config/hyfetch.json' -VERSION = '1.0.7' +VERSION = '1.1.0' # Obtain terminal size try: