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 84b3dce commit 50389a0Copy full SHA for 50389a0
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, 4)
+VERSION = (0, 3, 5)
5
6
def get_version():
7
return "%s.%s.%s" % (VERSION[0], VERSION[1], VERSION[2])
0 commit comments