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

@@ -4,11 +4,8 @@ def read_file(fname):
with open(fname, 'r') as f:
return f.read()
version = {}
exec(read_file("pyquarantine/version.py"), version)
setup(name = "pyquarantine",
version = version["__version__"],
author = "Thomas Oettli",
author_email = "spacefreak@noop.ch",
description = "A pymilter based sendmail/postfix pre-queue filter.",