mirror of
https://github.com/certbot/certbot.git
synced 2026-02-17 17:48:18 -05:00
3 lines
109 B
Python
3 lines
109 B
Python
"""Let's Encrypt."""
|
|
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
|
|
__version__ = "0.1"
|