change version to 1.0.6

This commit is contained in:
2020-11-12 12:11:47 +01:00
parent 6117ff372d
commit d93eab4d41
6 changed files with 6 additions and 7 deletions

View File

@@ -41,9 +41,10 @@ __all__ = [
"notifications",
"storages",
"run",
"version",
"whitelists"]
__version__ = "1.0.6"
def make_header(decoded_seq, maxlinelen=None, header_name=None,
continuation_ws=' ', errors='strict'):