From b202b6cc31c6f036305bd7389201c6aa57dcc5fe Mon Sep 17 00:00:00 2001 From: Karl MacMillan Date: Wed, 21 Nov 2007 23:09:13 -0500 Subject: Bump the version numbers for release. Also remove specific version check on freeradius. Packages aren't available and the freeradius support isn't ready anyway. --- ipa-python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipa-python/setup.py') 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", -- cgit