From 2ea29fe5eae8bcdea35d5debb21fcf1565728000 Mon Sep 17 00:00:00 2001 From: Jan Lerking Date: Sat, 1 Mar 2025 21:14:15 +0100 Subject: [PATCH] 0.0.9 build. /JL --- Makefile | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 58d12ae..8f0fd04 100644 --- a/Makefile +++ b/Makefile @@ -6,3 +6,8 @@ test: publish: twine upload --repository pypi dist/* + +all: + $(dist) + $(test) + $(publish) diff --git a/setup.py b/setup.py index e5663c9..8d48222 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ if __name__ == "__main__": setup( name="XtendR", - version="0.0.8", + version="0.0.9", packages=find_packages(), install_requires=[], author="Jan Lerking",