Bumped version number to 1.1.1

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
2018-11-14 11:00:09 +01:00
parent 9980408eaf
commit 794ad05f83

View File

@ -28,7 +28,7 @@ setup(
author="Jim Martens", author="Jim Martens",
author_email="github@2martens.de", author_email="github@2martens.de",
url="https://git.2martens.de/2martens/calendar-synchronization", url="https://git.2martens.de/2martens/calendar-synchronization",
version="1.1.0", version="1.1.1",
namespace_packages=["twomartens"], namespace_packages=["twomartens"],
packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]), packages=find_packages('src', exclude=["*.tests", "*.tests.*", "tests.*", "tests"]),
package_dir={'': 'src'}, package_dir={'': 'src'},