Skip to content

Commit 5a091b8

Browse files
authored
version: 0.0.1-pre.2 (#55)
* version: 0.0.1-pre.2 Signed-off-by: William Woodruff <william@trailofbits.com> * README: PyPI badge Signed-off-by: William Woodruff <william@trailofbits.com>
1 parent 1030266 commit 5a091b8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ sigstore-python
33

44
<!--- @begin-badges@ --->
55
![CI](https://github.com/sigstore/sigstore-python/workflows/CI/badge.svg)
6+
[![PyPI version](https://badge.fury.io/py/sigstore.svg)](https://pypi.org/project/sigstore)
67
<!--- @end-badges@ --->
78

89
⚠️ This project is not ready for general-purpose use! ⚠️
@@ -96,4 +97,4 @@ process](https://github.com/sigstore/.github/blob/main/SECURITY.md).
9697
`sigstore-python` is developed as part of the [`sigstore`](https://sigstore.dev) project.
9798

9899
We also use a [slack channel](https://sigstore.slack.com)!
99-
Click [here](https://join.slack.com/t/sigstore/shared_invite/zt-mhs55zh0-XmY3bcfWn4XEyMqUUutbUQ) for the invite link.
100+
Click [here](https://join.slack.com/t/sigstore/shared_invite/zt-mhs55zh0-XmY3bcfWn4XEyMqUUutbUQ) for the invite link.

sigstore/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
Version information for `sigstore`.
1717
"""
1818

19-
__version__ = "0.0.1-pre.1"
19+
__version__ = "0.0.1-pre.2"

0 commit comments

Comments
 (0)