mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 00:35:50 +02:00
5 lines
118 B
Python
5 lines
118 B
Python
"""Certbot client."""
|
|
|
|
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
|
|
__version__ = '0.9.0.dev0'
|