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