summaryrefslogtreecommitdiffstats
path: root/ipa-python/setup.py
diff options
context:
space:
mode:
authorJohn Dennis <jdennis@redhat.com>2007-11-28 07:49:07 -0500
committerJohn Dennis <jdennis@redhat.com>2007-11-28 07:49:07 -0500
commit904b76059cec667a9c155021c8e33ce1dbf2b389 (patch)
treec2f9d8ed6a2f84427dd494d3814cac77c29a34f0 /ipa-python/setup.py
parentc939c5d289daaf4c855caa2a6816e7eeba7e2661 (diff)
parent2e7f629d913d775cfb285ede166d7a0f977782fe (diff)
downloadfreeipa.git-904b76059cec667a9c155021c8e33ce1dbf2b389.tar.gz
freeipa.git-904b76059cec667a9c155021c8e33ce1dbf2b389.tar.xz
freeipa.git-904b76059cec667a9c155021c8e33ce1dbf2b389.zip
merged radius work with latest mainline tip
Diffstat (limited to 'ipa-python/setup.py')
-rw-r--r--ipa-python/setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-python/setup.py b/ipa-python/setup.py
index defd49cb..3a5a6f4e 100644
--- a/ipa-python/setup.py
+++ b/ipa-python/setup.py
@@ -35,7 +35,7 @@ def setup_package():
try:
setup(
name = "freeipa-python",
- version = "0.4.1",
+ version = "0.5.0",
license = "GPL",
author = "Karl MacMillan, et.al.",
author_email = "kmacmillan@redhat.com",