diff options
author | agronholm <devnull@localhost> | 2009-09-26 10:44:58 +0300 |
---|---|---|
committer | agronholm <devnull@localhost> | 2009-09-26 10:44:58 +0300 |
commit | af0c447fba857447c3103dbd6fcfa074d35c084c (patch) | |
tree | 67af810daf5c60c50d091162dfd862dd7e8c12d0 /setup.py | |
parent | a3b8e2b86daaa71dbf2cbfea6ee5e7f8644c53c5 (diff) | |
download | apscheduler-af0c447fba857447c3103dbd6fcfa074d35c084c.tar.gz |
Added the \"daemonic\" configuration option
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ except ImportError: setup( name='APScheduler', - version='1.01', + version='1.02', description='In-process task scheduler with Cron-like capabilities', long_description="""\ APScheduler is a light but powerful in-process task scheduler that |