This commit is contained in:
Julien Vehent 2016-03-24 17:52:19 -04:00
Родитель baa060ed25
Коммит ac4e8ca591
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -9,7 +9,7 @@ with codecs.open(os.path.join(here, 'README.rst'), encoding='utf-8') as f:
setup(
name="sops",
py_modules=['sops'],
version="1.8",
version="1.9",
author="Julien Vehent",
author_email="jvehent@mozilla.com",
description="Secrets OPerationS (sops) is an editor of encrypted files",

Просмотреть файл

@ -38,7 +38,7 @@ else:
if sys.version_info[0] == 3:
raw_input = input
VERSION = 1.8
VERSION = 1.9
DESC = """
`sops` supports AWS KMS and PGP encryption: