diff --git a/setup.py b/setup.py index d0a16b1..2eece02 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.1", + version="1.0.2", namespace_packages=["twomartens"], packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), package_dir={'': 'src'},