mirror of
https://github.com/certbot/certbot.git
synced 2026-06-03 22:08:07 -04:00
bump version number
This commit is contained in:
parent
d9ae16a649
commit
a421be7b67
2 changed files with 2 additions and 2 deletions
|
|
@ -1,2 +1,2 @@
|
|||
-e acme[dev]
|
||||
acme[dev]==0.25.0
|
||||
certbot[dev]==0.23.0
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ from setuptools import setup
|
|||
from setuptools import find_packages
|
||||
|
||||
|
||||
version = '0.24.0.dev0'
|
||||
version = '0.26.0.dev0'
|
||||
|
||||
install_requires = [
|
||||
'acme>=0.25.0',
|
||||
|
|
|
|||
Loading…
Reference in a new issue