Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 59de3b6

Browse files
author
Roland Hedberg
committed
Release version
1 parent d65085d commit 59de3b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
'future',
4747
'CherryPy',
4848
'oic >= 0.9.1',
49-
'otest'
49+
'otest >= 0.6.1'
5050
],
5151
zip_safe=False,
5252
scripts=['script/optest.py', 'script/make_test_dir.py',

src/oidctest/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'Roland Hedberg'
2-
__version__ = '0.6.0'
2+
__version__ = '0.6.1'
33
__license__ = 'Apache 2.0'
44
__copyright__ = 'Copyright 2016 Roland Hedberg'
55

0 commit comments

Comments
 (0)