diff --git a/README.rst b/README.rst index e58af39e7..9532e1cf4 100644 --- a/README.rst +++ b/README.rst @@ -289,6 +289,8 @@ Authors ------- * Julien Vehent * Daniel Thornton +* Alexis Metaireau +* Rémy Hubscher Credits ------- diff --git a/setup.py b/setup.py index 0e0bd70a2..bbe835643 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ def read(fname): setup( name="sops", py_modules=['sops'], - version="0.4", + version="0.5", author="Julien Vehent", author_email="jvehent@mozilla.com", description="Secrets OPerationS (sops) is an editor of encrypted files",