diff options
author | pab <bigot@acm.org> | 2009-11-07 20:09:20 -0600 |
---|---|---|
committer | pab <bigot@acm.org> | 2009-11-07 20:09:20 -0600 |
commit | 2d449b886f5089a682f0127337f2b2e75e88fd0f (patch) | |
tree | 2c4917a48f5cd0ab3f8db94200d593e153a9b26c /setup.py | |
parent | 2ca2d9c4d5dc70737f88129ce58bb6aca24ce3de (diff) |
Update version tag for release
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |