From 18c5631029f991f859e6a09ac1bf7ec8d3b22d76 Mon Sep 17 00:00:00 2001 From: Alessio Santoru Date: Fri, 17 May 2024 15:00:01 +0200 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e22e76..fdb4468 100644 --- a/setup.py +++ b/setup.py @@ -20,7 +20,7 @@ from setuptools import setup PACKAGE_NAME = "shcheck" -VERSION = "1.6.4" +VERSION = "1.6.6" with open("README.md", "r", encoding="utf-8") as fh: long_description = fh.read()