Skip to content

Commit ce8aa97

Browse files
committed
fix: Remove debig code
1 parent 0b22cea commit ce8aa97

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ jobs:
433433
with:
434434
packages-dir: dist
435435
# Uncomment to use TestPyPI
436-
repository-url: https://test.pypi.org/legacy/
436+
# repository-url: https://test.pypi.org/legacy/
437437
verbose: true
438438
# Uncomment below for test runs, otherwise fails on existing packages being reuploaded
439439
skip-existing: true

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "c2pa-python"
7-
version = "0.10.12"
7+
version = "0.10.0"
88
requires-python = ">=3.10"
99
description = "Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
1010
readme = { file = "README.md", content-type = "text/markdown" }

src/c2pa/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.10.12"
1+
__version__ = "0.10.0"
22

33
from .c2pa import (
44
Builder,

0 commit comments

Comments
 (0)