mirror of
https://github.com/certbot/certbot.git
synced 2026-05-28 04:34:11 -04:00
Part of https://github.com/certbot/certbot/issues/10403 We were never actually updating the versions in certbot-ci and letstest. Not that it really matters, but let's do that there as well.
7 lines
84 B
Python
7 lines
84 B
Python
from setuptools import setup
|
|
|
|
version = '5.0.0.dev0'
|
|
|
|
setup(
|
|
version=version,
|
|
)
|