Skip to content

Commit 5fa259c

Browse files
authored
Update defaults.py
1 parent 69c2b75 commit 5fa259c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

imagekitio/constants/defaults.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Default(enum.Enum):
99
QUERY_TRANSFORMATION_POSITION,
1010
]
1111
DEFAULT_TIMESTAMP = 9999999999
12-
SDK_VERSION = "python-3.0.2"
12+
SDK_VERSION = "python-3.1.0"
1313
TRANSFORMATION_PARAMETER = "tr"
1414
CHAIN_TRANSFORM_DELIMITER = ":"
1515
TRANSFORM_DELIMITER = ","

0 commit comments

Comments
 (0)