Skip to content

Commit

Permalink
version dumped
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudmeteor committed Jun 29, 2021
1 parent d6249c1 commit 883f55e
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 @@ -10,7 +10,7 @@ class Default(enum.Enum):
]
DEFAULT_TIMESTAMP = 9999999999
SDK_VERSION_PARAMETER = "ik-sdk-version"
SDK_VERSION = "python-2.2.7"
SDK_VERSION = "python-2.2.8"
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="2.2.7",
version="2.2.8",
description="Python wrapper for the ImageKit API",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 883f55e

Please sign in to comment.