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