From 92bb8eddae124d320dfb845544fe0d78c6b58d75 Mon Sep 17 00:00:00 2001 From: Russell Ballestrini Date: Sun, 2 Mar 2025 21:33:11 +0000 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0e9ddac..416693c 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ with open(os.path.join(here, "README.rst"), "r", encoding="utf-8") as f: setup( name="remarkbox", - version="1.0.2", + version="1.0.3", description="remarkbox", long_description=long_description, author="Russell Ballestrini",