Skip to content

Commit 86f697b

Browse files
committed
fix: Version mismatch issue
1 parent ac90962 commit 86f697b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ def find_available_platforms():
165165

166166
# Build the wheel
167167
setup(
168-
name="c2pa",
169-
version="1.0.0",
168+
name="c2pa-python",
169+
version="0.10.0",
170170
package_dir={"": "src"},
171171
packages=find_packages(where="src") + ["c2pa.libs"],
172172
include_package_data=True,
@@ -186,8 +186,8 @@ def find_available_platforms():
186186

187187
# For sdist and development installation
188188
setup(
189-
name="c2pa",
190-
version="1.0.0",
189+
name="c2pa-python",
190+
version="0.10.0",
191191
package_dir={"": "src"},
192192
packages=find_packages(where="src"),
193193
include_package_data=True,

0 commit comments

Comments
 (0)