Skip to content

Commit af54828

Browse files
authored
Merge pull request #51 from aman-squareboat/versionUpdate/3.0.2
Version Bump to 3.0.2
2 parents 97fa94d + 577662f commit af54828

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.1"
12+
SDK_VERSION = "python-3.0.2"
1313
TRANSFORMATION_PARAMETER = "tr"
1414
CHAIN_TRANSFORM_DELIMITER = ":"
1515
TRANSFORM_DELIMITER = ","

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
setuptools.setup(
1010
name="imagekitio",
11-
version="3.0.1",
11+
version="3.0.2",
1212
description="Python wrapper for the ImageKit API",
1313
long_description=long_description,
1414
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)