We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 865d919 commit 97ad69bCopy full SHA for 97ad69b
janrain/capture/__init__.py
@@ -1,7 +1,7 @@
1
from janrain.capture.api import Api
2
from janrain.capture.exceptions import *
3
4
-VERSION = (0, 3, 1)
+VERSION = (0, 3, 2)
5
6
def get_version():
7
return "%s.%s.%s" % (VERSION[0], VERSION[1], VERSION[2])
0 commit comments