Skip to content

Commit

Permalink
Release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Roland Hedberg committed Feb 4, 2015
1 parent 8fbd451 commit 68baf0c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def run_tests(self):

setup(
name="oic",
version="0.6.1",
version="0.7.0",
description="Python implementation of OAuth2 and OpenID Connect",
author="Roland Hedberg",
author_email="[email protected]",
Expand All @@ -61,8 +61,7 @@ def run_tests(self):
},
install_requires=[
"requests", "pycrypto>=2.6.1", "pyjwkest>=0.5.1",
"mako", "beaker", "alabaster", "pyOpenSSL",
"python-ldap"] + extra_install_requires,
"mako", "beaker", "alabaster", "pyOpenSSL"] + extra_install_requires,
tests_require=['pytest', 'httpretty'],
zip_safe=False,
cmdclass={'test': PyTest},
Expand Down

0 comments on commit 68baf0c

Please sign in to comment.