Welcome to mirror list, hosted at ThFree Co, Russian Federation.

__init__.py « letsencrypt - github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1155a5b0cfe9dbee49d486d0acab4b811d4fa304 (plain)
1
2
3
4
"""Let's Encrypt client."""

# version number like 1.2.3a0, must have at least 2 parts, like 1.2
__version__ = '0.1.0.dev0'