summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorpab <bigot@acm.org>2009-11-07 20:09:20 -0600
committerpab <bigot@acm.org>2009-11-07 20:09:20 -0600
commit2d449b886f5089a682f0127337f2b2e75e88fd0f (patch)
tree2c4917a48f5cd0ab3f8db94200d593e153a9b26c /setup.py
parent2ca2d9c4d5dc70737f88129ce58bb6aca24ce3de (diff)
Update version tag for release
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index fa7ea82..84ff838 100755
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
# The current version of the system. Format is #.#.#[-DEV].
-version = '1.0.0-PRE'
+version = '1.0.0'
import distutils.sysconfig