From e60097c2acdf5538d778f1cacc491ef2e7f4f36d Mon Sep 17 00:00:00 2001 From: CodyKoInABox Date: Thu, 22 May 2025 20:52:26 -0300 Subject: [PATCH 1/2] update version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 749395e..c8daf3a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="spicecode", - version="2.1.0", # 2.0.0 = N2 + version="2.1.0", # version 2.0.0 = all features from N2 packages=find_packages(exclude=["spicecode-venv", "spicecode.egg-info"]), install_requires=install_requires, entry_points={ From e13966246538248021026d8fbcfc252cb5f13de9 Mon Sep 17 00:00:00 2001 From: CodyKoInABox Date: Thu, 22 May 2025 20:53:06 -0300 Subject: [PATCH 2/2] publish tag --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c8daf3a..9a8b80b 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name="spicecode", - version="2.1.0", # version 2.0.0 = all features from N2 + version="2.1.0", # version 2.0.0 = all features from N2 packages=find_packages(exclude=["spicecode-venv", "spicecode.egg-info"]), install_requires=install_requires, entry_points={