mirror of
https://github.com/YunoHost-Apps/seafile_ynh.git
synced 2024-09-03 20:26:01 +02:00
7 lines
251 B
Python
7 lines
251 B
Python
"""
|
|
Current WsgiDAV version number.
|
|
|
|
http://peak.telecommunity.com/DevCenter/setuptools#specifying-your-project-s-version
|
|
http://peak.telecommunity.com/DevCenter/setuptools#tagging-and-daily-build-or-snapshot-releases
|
|
"""
|
|
__version__ = "0.5.1"
|