From 4a2fd687d7c9c815419bd6d0897085d05cd50fe0 Mon Sep 17 00:00:00 2001 From: Unrud Date: Wed, 19 Jan 2022 00:59:41 +0100 Subject: Update for Radicale 3.1.1 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index 0e1bf2a..2c8c88a 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ import os from setuptools import setup -VERSION = "3.0.0" +VERSION = "3.1.1" os.chdir("radicale_infcloud") web_data = sum(([os.path.join(root, f) for f in files @@ -23,4 +23,4 @@ setup( platforms="Any", packages=["radicale_infcloud"], package_data={"radicale_infcloud": web_data}, - install_requires=["radicale>=3.0.0"]) + install_requires=["radicale>=3.1.1"]) -- cgit