From e67634c2e5f98a591c1d4a6f14279ea5768c93cb Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 25 Apr 2020 18:29:40 -0400 Subject: acmens.py: Add __version__. --- acmens.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'acmens.py') diff --git a/acmens.py b/acmens.py index bb3f28e..7f3b004 100644 --- a/acmens.py +++ b/acmens.py @@ -5,6 +5,10 @@ import argparse, subprocess, json, os, urllib.request, sys, base64, binascii, \ from urllib.request import urlopen from urllib.error import HTTPError + +__version__ = '0.1.0.dev1' + + def sign_csr(account_key, csr, email=None): """Use the ACME protocol to get an ssl certificate signed by a certificate authority. -- cgit v1.2.3