diff options
author | Unrud <unrud@outlook.com> | 2022-01-19 00:59:41 +0100 |
---|---|---|
committer | Unrud <unrud@outlook.com> | 2022-01-19 01:07:58 +0100 |
commit | 4a2fd687d7c9c815419bd6d0897085d05cd50fe0 (patch) | |
tree | 8065be05205bd39b033834c5d0b074e0865a32dd /setup.py | |
parent | Add note for refresh bug (diff) | |
download | radicaleinfcloud-4a2fd687d7c9c815419bd6d0897085d05cd50fe0.tar.gz radicaleinfcloud-4a2fd687d7c9c815419bd6d0897085d05cd50fe0.tar.bz2 radicaleinfcloud-4a2fd687d7c9c815419bd6d0897085d05cd50fe0.zip |
Update for Radicale 3.1.1
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"]) |