change default config location and release 1.0.1

This commit is contained in:
2020-04-22 23:13:32 +02:00
parent 01b516ce7c
commit 295aeee83e
4 changed files with 6 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ def main():
prog, max_help_position=45, width=140))
parser.add_argument(
"-c", "--config", help="Config file to read.",
default="/etc/pymodmilter.conf")
default="/etc/pymodmilter/pymodmilter.conf")
parser.add_argument(
"-s",
"--socket",

View File

@@ -1 +1 @@
__version__ = "1.0.0"
__version__ = "1.0.1"