diff options
author | pab <bigot@acm.org> | 2010-01-28 08:25:39 -0700 |
---|---|---|
committer | pab <bigot@acm.org> | 2010-01-28 08:25:39 -0700 |
commit | f4960bc5a8da5e371ee6580d1552aaf66167a5cb (patch) | |
tree | c9f91649720ef8b8e2bdbdcb5c87330e7c8f0c65 /setup.py | |
parent | df2338c8b2c4790d266d4b81ac2dde330f846aba (diff) |
Update release information for 1.1.1
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.1.1-DEV' +version = '1.1.1' import distutils.sysconfig |