Skip to content

Commit

Permalink
Update defaults.py
Browse files Browse the repository at this point in the history
  • Loading branch information
imagekitio authored Jul 5, 2023
1 parent 69c2b75 commit 5fa259c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imagekitio/constants/defaults.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Default(enum.Enum):
QUERY_TRANSFORMATION_POSITION,
]
DEFAULT_TIMESTAMP = 9999999999
SDK_VERSION = "python-3.0.2"
SDK_VERSION = "python-3.1.0"
TRANSFORMATION_PARAMETER = "tr"
CHAIN_TRANSFORM_DELIMITER = ":"
TRANSFORM_DELIMITER = ","
Expand Down

0 comments on commit 5fa259c

Please sign in to comment.