Skip to content

Commit 2e4a66c

Browse files
committed
chore(portaswitch): bump adapter patch version
1 parent c3190ca commit 2e4a66c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/bss/adapters/portaswitch/adapter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class PortaSwitchAdapter(BSSAdapter):
7878
capabilities required by WebTrit clients.
7979
"""
8080

81-
VERSION: Final[str] = "0.5.0"
81+
VERSION: Final[str] = "0.5.1"
8282
OTP_DELIVERY_CHANNEL: Final[DeliveryChannel] = DeliveryChannel.email
8383
OTP_LOGIN_IDENTIFIERS = ('phone_number',)
8484
CAPABILITIES: Final[Capabilities] = [

0 commit comments

Comments
 (0)