signedshot 0.1.0__tar.gz → 0.1.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -25,7 +25,7 @@ jobs:
25
25
  uses: PyO3/maturin-action@v1
26
26
  with:
27
27
  target: x86_64
28
- args: --release --out dist --features python
28
+ args: --release --out dist --features python -i python3.12
29
29
  sccache: 'true'
30
30
  manylinux: auto
31
31
  - name: Upload wheels
@@ -46,7 +46,7 @@ jobs:
46
46
  uses: PyO3/maturin-action@v1
47
47
  with:
48
48
  target: aarch64
49
- args: --release --out dist --features python
49
+ args: --release --out dist --features python -i python3.12
50
50
  sccache: 'true'
51
51
  manylinux: auto
52
52
  - name: Upload wheels
@@ -1331,7 +1331,7 @@ dependencies = [
1331
1331
 
1332
1332
  [[package]]
1333
1333
  name = "signedshot-validator"
1334
- version = "0.1.0"
1334
+ version = "0.1.1"
1335
1335
  dependencies = [
1336
1336
  "anyhow",
1337
1337
  "base64",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "signedshot-validator"
3
- version = "0.1.0"
3
+ version = "0.1.1"
4
4
  edition = "2021"
5
5
  description = "Validator for SignedShot media authenticity proofs"
6
6
  license = "MIT"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: signedshot
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Intended Audience :: Developers
6
6
  Classifier: License :: OSI Approved :: MIT License
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
 
5
5
  [project]
6
6
  name = "signedshot"
7
- version = "0.1.0"
7
+ version = "0.1.1"
8
8
  description = "Validator for SignedShot media authenticity proofs"
9
9
  readme = "README.md"
10
10
  license = { text = "MIT" }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes