Skip to content

Commit 69798e2

Browse files
authored
chore: bump version to 0.1.0b1 and update README for beta release (#58)
Promote HashPrep from alpha to beta status based on comprehensive test coverage (82 passing tests), feature completeness, stable APIs, and zero open issues. Update README to reflect beta maturity and readiness for real-world ML workflow testing.
1 parent 03f2a20 commit 69798e2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
</p>
2626
</div>
2727

28-
> [!WARNING]
29-
> This repository is under active development and may not be stable.
28+
> [!NOTE]
29+
> HashPrep is now in **beta** (v0.1.0b1). Core features are stable and tested, but the API may still evolve based on community feedback. Ready for testing in real-world ML workflows.
3030
3131
## Overview
3232

hashprep/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from .core.analyzer import DatasetAnalyzer
22

3-
__version__ = "0.1.0a4"
3+
__version__ = "0.1.0b1"

0 commit comments

Comments
 (0)