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