diff options
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 |