Skip to content

Commit c3338ec

Browse files
committed
fix: set version number
Signed-off-by: Henry Schreiner <[email protected]>
1 parent 7908e78 commit c3338ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/check_sdist/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66

77
from __future__ import annotations
88

9-
__version__ = "1.0.0rc1"
9+
__version__ = "1.0.0rc2"
1010

1111
__all__ = ["__version__"]

0 commit comments

Comments
 (0)