Skip to content

Commit 7c85a73

Browse files
committed
chore(portaswitch): bump adapter patch version
1 parent c64d7e8 commit 7c85a73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/bss/adapters/portaswitch/adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class PortaSwitchAdapter(BSSAdapter):
5858
capabilities required by WebTrit clients.
5959
"""
6060

61-
VERSION: Final[str] = "0.3.0"
61+
VERSION: Final[str] = "0.3.1"
6262
OTP_DELIVERY_CHANNEL: Final[DeliveryChannel] = DeliveryChannel.email
6363
OTP_LOGIN_IDENTIFIERS = ('phone_number',)
6464
CAPABILITIES: Final[Capabilities] = [

0 commit comments

Comments
 (0)