Skip to content

Commit

Permalink
bump sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
imagekitio authored Oct 12, 2023
1 parent 47a6964 commit e150e6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.1.0"
SDK_VERSION = "python-3.2.0"
TRANSFORMATION_PARAMETER = "tr"
CHAIN_TRANSFORM_DELIMITER = ":"
TRANSFORM_DELIMITER = ","
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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",
Expand Down

0 comments on commit e150e6a

Please sign in to comment.