Skip to content
Snippets Groups Projects
Commit bb7b0f81 authored by sand's avatar sand
Browse files

bump version and update README

parent a7f9c02a
No related branches found
No related tags found
No related merge requests found
......@@ -4,9 +4,11 @@ pgp-mime-lib
Simple Python package to send
[PGP/MIME](https://www.ietf.org/rfc/rfc3156.txt) multipart/encrypted
and multipart/signed emails. Uses the
[gnupg](https://pypi.python.org/pypi/gnupg) Python module to talk to
[python-gnupg](https://gnupg.readthedocs.io/en/latest/) Python module to talk to
gpg.
The package is agnostic with respect to key management: recipients'
public keys are not permanently stored in a keyring, but are passed
along with each message by the caller.
Python compatibility: 2.7 / 3.5+
[tool.poetry]
name = "pgp_mime_lib"
version = "0.1.1"
version = "0.1.2"
description = "Create PGP/MIME emails."
authors = ["AI <info@autistici.org>"]
......
......@@ -4,7 +4,7 @@ from setuptools import setup, find_packages
setup(
name="pgp_mime_lib",
version="0.1.1",
version="0.1.2",
description="Create PGP/MIME emails.",
author="Autistici/Inventati",
author_email="info@autistici.org",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment