summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorRoland Hedberg <roland.hedberg@adm.umu.se>2013-08-29 14:13:31 +0200
committerRoland Hedberg <roland.hedberg@adm.umu.se>2013-08-29 14:13:31 +0200
commit452ec2c18a01cd90d684a122fe7217bd0a597036 (patch)
treec8cab1f4523107b637e27c12c0d3571374c05ba2 /setup.py
parent2136e824fef9618e8629dd2f8fad68812f02ed10 (diff)
downloadpysaml2-452ec2c18a01cd90d684a122fe7217bd0a597036.tar.gz
Changed so there is a default ca bundle and then another can be chosen. Not verifying is not the default anymore it has to specified with a command argument (-i or --insecure).
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 209450a1..be53239d 100644
--- a/setup.py
+++ b/setup.py
@@ -21,7 +21,7 @@ __author__ = 'rohe0002'
setup(
name="saml2test",
- version="0.4.2",
+ version="0.4.3",
description="SAML2 test tool",
author = "Roland Hedberg",
author_email = "roland.hedberg@adm.umu.se",