summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoragronholm <devnull@localhost>2009-08-01 21:49:46 +0300
committeragronholm <devnull@localhost>2009-08-01 21:49:46 +0300
commit412bd739a2bfaf5d1fab7568d6453a510d1451fa (patch)
tree55e826af201a2e72a2395ff37e4ff1e03b388be5
parentc2976aa5fd97b0151788aa30eb778e77b04793d9 (diff)
downloadapscheduler-412bd739a2bfaf5d1fab7568d6453a510d1451fa.tar.gz
Changed version to 1.0 in anticipation of public release
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 6e3b478..5f2c477 100644
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name='APScheduler',
- version='0.99',
+ version='1.0',
description='Advanced Python Scheduler',
author='Alex Grönholm',
author_email='apscheduler@nextday.fi',