Skip to content

Commit 50389a0

Browse files
version bump v0.3.5
1 parent 84b3dce commit 50389a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

janrain/capture/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from janrain.capture.api import Api
22
from janrain.capture.exceptions import *
33

4-
VERSION = (0, 3, 4)
4+
VERSION = (0, 3, 5)
55

66
def get_version():
77
return "%s.%s.%s" % (VERSION[0], VERSION[1], VERSION[2])

0 commit comments

Comments
 (0)