We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a6964 commit e150e6aCopy full SHA for e150e6a
imagekitio/constants/defaults.py
@@ -9,7 +9,7 @@ class Default(enum.Enum):
9
QUERY_TRANSFORMATION_POSITION,
10
]
11
DEFAULT_TIMESTAMP = 9999999999
12
- SDK_VERSION = "python-3.1.0"
+ SDK_VERSION = "python-3.2.0"
13
TRANSFORMATION_PARAMETER = "tr"
14
CHAIN_TRANSFORM_DELIMITER = ":"
15
TRANSFORM_DELIMITER = ","
setup.py
@@ -8,7 +8,7 @@
8
setuptools.setup(
name="imagekitio",
- version="3.1.0",
+ version="3.2.0",
description="Python wrapper for the ImageKit API",
long_description=long_description,
long_description_content_type="text/markdown",
0 commit comments