Skip to content

Commit 1db2988

Browse files
author
Roland Hedberg
committed
Set version number
1 parent b6336dc commit 1db2988

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def run_tests(self):
4343
'paste',
4444
'zope.interface',
4545
'repoze.who',
46-
'pycrypto', 'Crypto'
46+
'pycrypto', #'Crypto'
4747
]
4848

4949
tests_require = [
@@ -63,7 +63,7 @@ def run_tests(self):
6363

6464
setup(
6565
name='pysaml2',
66-
version='1.0.4beta',
66+
version='1.1.0',
6767
description='Python implementation of SAML Version 2 to be used in a WSGI environment',
6868
# long_description = read("README"),
6969
author='Roland Hedberg',

0 commit comments

Comments
 (0)