Skip to content
This repository was archived by the owner on Jul 29, 2024. It is now read-only.

Commit 96f3aaa

Browse files
committed
updated ver
1 parent c14e474 commit 96f3aaa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ Once set up, you can run the following core functions:
6666
## Provenance
6767
[![SLSA 3](https://slsa.dev/images/gh-badge-level3.svg)](https://slsa.dev)
6868

69-
To enhance the software supply chain security of Labelbox's users, as of 0.1.40, every release contains a [SLSA Level 3 Provenance](https://github.com/slsa-framework/slsa-github-generator/blob/main/internal/builders/generic/README.md) document.
69+
To enhance the software supply chain security of Labelbox's users, as of 0.1.4, every release contains a [SLSA Level 3 Provenance](https://github.com/slsa-framework/slsa-github-generator/blob/main/internal/builders/generic/README.md) document.
7070
This document provides detailed information about the build process, including the repository and branch from which the package was generated.
7171

7272
By using the [SLSA framework's official verifier](https://github.com/slsa-framework/slsa-verifier), you can verify the provenance document to ensure that the package is from a trusted source. Verifying the provenance helps confirm that the package has not been tampered with and was built in a secure environment.
7373

74-
Example of usage for the 0.1.40 release wheel:
74+
Example of usage for the 0.1.4 release wheel:
7575

7676
```
77-
VERSION=0.1.40 #tag
77+
VERSION=0.1.4 #tag
7878
gh release download ${VERSION} --repo Labelbox/labelpandas
7979
8080
slsa-verifier verify-artifact --source-branch main --builder-id 'https://github.com/slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@refs/tags/v2.0.0' --source-uri "git+https://github.com/Labelbox/labelpandas" --provenance-path multiple.intoto.jsonl ./labelpandas-${VERSION}-py3-none-any.whl

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name='labelpandas',
8-
version='0.1.39',
8+
version='0.1.4',
99
author='Labelbox',
1010
author_email="raphael@labelbox.com",
1111
description='Labelbox Connector for Pandas',

0 commit comments

Comments
 (0)