From b58be97d1fa5139684df828cb2f453797cf45760 Mon Sep 17 00:00:00 2001 From: Lerking Date: Mon, 24 Feb 2025 06:53:16 +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 dedd700..c02d16c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ if __name__ == "__main__": setup( name="XtendR", - version="0.0.4", + version="0.0.5", packages=find_packages(), install_requires=[], author="Jan Lerking",