diff --git a/setup.py b/setup.py index d84b2a6..3c129bd 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ def read_file(fname): return f.read() setup(name = "uvscand", - version = "0.0.4", + version = "0.0.5", author = "Thomas Oettli", author_email = "spacefreak@noop.ch", description = "A python daemon to perform virus scans with uvscan (McAfee) over TCP socket.",