Skip to content

Commit c0c939d

Browse files
authored
chore:fix package name
1 parent bac781c commit c0c939d

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
@@ -7,8 +7,8 @@
77
install_requires = f.read().splitlines()
88

99
setuptools.setup(
10-
name="Imagekit",
11-
version="2.1.0",
10+
name="imagekitio",
11+
version="2.0.0",
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)