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",