diff --git a/setup.py b/setup.py index 302cc2b..f2f6536 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ if __name__ == "__main__": setup( name="XtendR", - version="0.2.1", + version="0.3.0", packages=find_packages(), install_requires=[], author="Jan Lerking",