Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-12-03 18:55:17 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-12-03 18:55:17 +0300
commit7a6e084e3ab4ae82c55acd9535d1a758985e96ec (patch)
treeb21e47131db5122959526ce8e1b4b871dfd123ac /letsencrypt-compatibility-test/setup.py
parent9c687a2a7db3b7b3a00525fc9b0d86ca594b0ef5 (diff)
Unbreak master
Diffstat (limited to 'letsencrypt-compatibility-test/setup.py')
-rw-r--r--letsencrypt-compatibility-test/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/letsencrypt-compatibility-test/setup.py b/letsencrypt-compatibility-test/setup.py
index c791d51c4..eb7e23036 100644
--- a/letsencrypt-compatibility-test/setup.py
+++ b/letsencrypt-compatibility-test/setup.py
@@ -4,7 +4,7 @@ from setuptools import setup
from setuptools import find_packages
-version = '0.1.0.dev0'
+version = '0.2.0.dev0'
install_requires = [
'letsencrypt=={0}'.format(version),