summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 47dd0fd..3173a0e 100644
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ except ImportError:
setup(
name='APScheduler',
- version='1.2',
+ version='1.2.1',
description='In-process task scheduler with Cron-like capabilities',
long_description=open('README.txt').read(),
author='Alex Gronholm',