diff --git a/setup.py b/setup.py index 49869fe..d0a16b1 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( author="Jim Martens", author_email="github@2martens.de", url="https://git.2martens.de/2martens/calendar-synchronization", - version="1.0.0", + version="1.0.1", namespace_packages=["twomartens"], packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), package_dir={'': 'src'},