From 828213912eb693391bcd2879986bad0b7f321e9f Mon Sep 17 00:00:00 2001 From: Lerking Date: Tue, 25 Feb 2025 06:26:29 +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 45f9241..cc74d35 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ if __name__ == "__main__": setup( name="XtendR", - version="0.0.6", + version="0.0.7", packages=find_packages(), install_requires=[], author="Jan Lerking",