diff --git a/daemonize.py b/daemonize.py index a76c7a1..4bf6be7 100644 --- a/daemonize.py +++ b/daemonize.py @@ -12,7 +12,7 @@ import atexit from logging import handlers -__version__ = "2.4" +__version__ = "2.4.1" class Daemonize(object):