Switch to "next production release" as the version in the tree

This commit is contained in:
Peter Eckersley 2015-11-19 13:31:40 -08:00
parent 75a5e57230
commit 013a3f1145

View file

@ -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'