mirror of
https://github.com/certbot/certbot.git
synced 2026-06-07 15:52:08 -04:00
Bump version to 0.1.4
This commit is contained in:
parent
ebd2007e82
commit
108903dd26
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -3,7 +3,7 @@ import sys
|
|||
from distutils.core import setup
|
||||
from setuptools import find_packages
|
||||
|
||||
version = '0.1.3'
|
||||
version = '0.1.4'
|
||||
|
||||
install_requires = [
|
||||
'acme>=0.9.0.dev0',
|
||||
|
|
|
|||
Loading…
Reference in a new issue