mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Version 0.1.0 for Public Beta!
This commit is contained in:
parent
fe422cb87b
commit
df51f7f50c
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,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'
|
||||
__version__ = '0.1.0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue