From a179d0c0869a39a120309d699515cbbc874ef734 Mon Sep 17 00:00:00 2001 From: Ryan <2199132+rsnodgrass@users.noreply.github.com> Date: Fri, 24 Jan 2025 02:10:21 -0700 Subject: [PATCH] Update setup.py * updated to Sonance commands --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e0bf10..4e38fa3 100755 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ if sys.version_info < (3, 10): raise RuntimeError('This package requres Python 3.10+') -VERSION = '0.8.0' +VERSION = '0.8.1' try: from setuptools import setup