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:
Diffstat (limited to 'acme/setup.py')
-rw-r--r--acme/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/acme/setup.py b/acme/setup.py
index 2dd226c8a..11e4f3372 100644
--- a/acme/setup.py
+++ b/acme/setup.py
@@ -3,7 +3,7 @@ from setuptools import find_packages
from setuptools.command.test import test as TestCommand
import sys
-version = '0.33.1'
+version = '0.34.0.dev0'
# Please update tox.ini when modifying dependency version requirements
install_requires = [