From 7f7611be7bdac64fc023bea403861887b47337e2 Mon Sep 17 00:00:00 2001 From: CodyKoInABox Date: Thu, 22 May 2025 21:51:45 -0300 Subject: [PATCH 1/2] remove importlib --- requirements.txt | Bin 328 -> 292 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/requirements.txt b/requirements.txt index 0cc4198a3c6172efbe2064777ef103d6a97797e3..477811efe14e7750009ad963b2f7c385c760b00d 100644 GIT binary patch delta 9 QcmX@Xw1jEGiHUDw02P1)q5uE@ delta 39 rcmZ3&bb@KZ3E5nR0)~8sB8C!%9EMDWBnDd`G-S|YFaTnci3gJb(2faj From f7eda81bed028408a8ab1cf88e8cab0f7ffe6b2c Mon Sep 17 00:00:00 2001 From: CodyKoInABox Date: Thu, 22 May 2025 21:51:58 -0300 Subject: [PATCH 2/2] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 170c309..27d2b5d 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="spicecode", - version="2.1.1", # version 2.0.0 = all features from N2 + version="2.1.3", # version 2.0.0 = all features from N2 packages=find_packages(exclude=["spicecode-venv", "spicecode.egg-info"]), install_requires=install_requires, entry_points={