mirror of
https://github.com/certbot/certbot.git
synced 2026-08-01 19:02:52 +02:00
Fixed version string
This commit is contained in:
@@ -4,7 +4,7 @@ from setuptools import setup
|
|||||||
from setuptools import find_packages
|
from setuptools import find_packages
|
||||||
|
|
||||||
|
|
||||||
version = '0.1.0.dev0'
|
version = '0.0.0.dev20151008'
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'letsencrypt=={0}'.format(version),
|
'letsencrypt=={0}'.format(version),
|
||||||
|
|||||||
Reference in New Issue
Block a user