diff options
-rw-r--r-- | acmens.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ from urllib.request import urlopen from urllib.error import URLError -__version__ = "0.2.0.dev0" +__version__ = "0.2.0" CA_PRD = "https://acme-v02.api.letsencrypt.org" CA_STG = "https://acme-staging-v02.api.letsencrypt.org" |