Skip to content

Commit c5a7ee7

Browse files
committed
chore: release version change
1 parent 2188038 commit c5a7ee7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55

66
setuptools.setup(
77
name="Imagekit",
8-
version="2.0.1",
8+
version="2.0.2",
99
description="Python wrapper for the ImageKit API",
1010
long_description=long_description,
1111
long_description_content_type="text/markdown",
12-
install_requires=["requests==2.20.1"],
12+
install_requires=['requests==2.20.1'],
1313
url="https://github.com/imagekit-developer/imagekit-python",
1414
packages=setuptools.find_packages(),
1515
classifiers=[

0 commit comments

Comments
 (0)