mirror of
https://github.com/getsops/sops.git
synced 2026-02-05 12:45:21 +01:00
Merge pull request #377 from rouge8/python-version-bump
[PYTHON] Bump to 1.18
This commit is contained in:
2
setup.py
2
setup.py
@@ -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.17",
|
||||
version="1.18",
|
||||
author="Julien Vehent",
|
||||
author_email="jvehent@mozilla.com",
|
||||
description="Secrets OPerationS (sops) is an editor of encrypted files",
|
||||
|
||||
@@ -48,7 +48,7 @@ if sys.version_info[0] == 3:
|
||||
|
||||
PY2 = sys.version_info[0] == 2
|
||||
|
||||
VERSION = '1.17'
|
||||
VERSION = '1.18'
|
||||
|
||||
DESC = """
|
||||
`sops` supports AWS KMS and PGP encryption:
|
||||
|
||||
Reference in New Issue
Block a user