summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVlastimil Zíma <vlastimil.zima@nic.cz>2018-08-14 09:45:50 +0200
committerVlastimil Zíma <vlastimil.zima@nic.cz>2018-08-14 09:45:50 +0200
commit0693fc2038706a5f32e3393338c2d7d750bef1db (patch)
tree15aa1e98bf90222e94dabb8bd3a98a2770500fdc
parentba28662ab27f9d9f5523b68f2aaa78eef93cc5ff (diff)
downloadopenid-0693fc2038706a5f32e3393338c2d7d750bef1db.tar.gz
Version 3.0 bump3.0
-rw-r--r--openid/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openid/__init__.py b/openid/__init__.py
index fb30994..60a0592 100644
--- a/openid/__init__.py
+++ b/openid/__init__.py
@@ -23,7 +23,7 @@ module.
and limitations under the License.
"""
-__version__ = '3.0rc2'
+__version__ = '3.0'
__all__ = [
'association',