mirror of
https://github.com/certbot/certbot.git
synced 2026-06-04 06:15:36 -04:00
Switch to "next production release" as the version in the tree
This commit is contained in:
parent
75a5e57230
commit
013a3f1145
1 changed files with 2 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
|||
"""Let's Encrypt client."""
|
||||
|
||||
# version number like 1.2.3a0, must have at least 2 parts, like 1.2
|
||||
__version__ = '0.1.0.dev0'
|
||||
# '0.1.0.dev0'
|
||||
__version__ = '0.1.0'
|
||||
|
|
|
|||
Loading…
Reference in a new issue