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 1ae0ec991..8d4ab19a6 100644
--- a/acme/setup.py
+++ b/acme/setup.py
@@ -3,7 +3,7 @@ import sys
from setuptools import find_packages
from setuptools import setup
-version = '1.25.0.dev0'
+version = '1.25.0'
install_requires = [
'cryptography>=2.5.0',