commit | 0c34380378fa662992eca8aff70d73683894efc5 | [log] [tgz] |
---|---|---|
author | Chris Mattmann <mattmann@apache.org> | Tue Dec 25 23:56:43 2012 +0000 |
committer | Chris Mattmann <mattmann@apache.org> | Tue Dec 25 23:56:43 2012 +0000 |
tree | 591d73d617f680ba0c46510c817636c4e1c3ccfe | |
parent | 2dae46ec0ac240131d142fe220edd98a813dc8cd [diff] |
Fix version # to 0.5 git-svn-id: https://svn.apache.org/repos/asf/oodt/branches/0.5@1425796 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/agility/setup.py b/agility/setup.py index 2c05699..bd9a2c6 100644 --- a/agility/setup.py +++ b/agility/setup.py
@@ -25,7 +25,7 @@ # ------------ _name = 'oodt' -_version = '0.4' +_version = '0.5' _description = 'Agile OODT' _url = 'http://oodt.apache.org/' _downloadURL = 'http://pypi.python.org/pypi/oodt/'