bump version number to 0.1.2

This commit is contained in:
Maarten de Waard 2017-08-15 17:51:06 +02:00
parent 8a66035004
commit 825e48f95c
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import sys
from setuptools import setup
from setuptools import find_packages
own_version = '0.1.1'
own_version = '0.1.2'
certbot_version = '0.8.1'
# Please update tox.ini when modifying dependency version requirements