Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit 908d393

Browse files
authored
Bump version (#54)
1 parent c3c5b68 commit 908d393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

confidant_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
boto3.set_stream_logger(level=logging.WARNING)
2828
logging.getLogger('botocore').setLevel(logging.WARNING)
2929

30-
VERSION = '2.4.0'
30+
VERSION = '2.5.2'
3131
JSON_HEADERS = {'Content-type': 'application/json', 'Accept': 'text/plain'}
3232
TOKEN_SKEW = 3
3333
TIME_FORMAT = "%Y%m%dT%H%M%SZ"

0 commit comments

Comments
 (0)