Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
</div>

> [!NOTE]
> HashPrep is in **beta** (v0.1.0b2). Core features are fully tested with CI. The API may still evolve based on community feedback.
> HashPrep is in **beta** (v0.1.0b3). Core features are fully tested with CI. The API may still evolve based on community feedback.

## Overview

Expand Down
2 changes: 1 addition & 1 deletion hashprep/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from .core.analyzer import DatasetAnalyzer as DatasetAnalyzer
from .utils.config_loader import load_config as load_config

__version__ = "0.1.0b2"
__version__ = "0.1.0b3"
4 changes: 2 additions & 2 deletions web/src/lib/components/Hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="hero">
<div class="container hero-inner">
<div class="hero-badge">
<span class="badge">Beta v0.1.0</span>
<span class="badge">Beta v0.1.0b3</span>
</div>

<h1 class="hero-title">
Expand Down Expand Up @@ -45,7 +45,7 @@
</div>
<div class="terminal-body">
<pre><code><span class="term-prompt">$</span> <span class="term-cmd">pip install hashprep</span>
<span class="term-output">Successfully installed hashprep-0.1.0b1</span>
<span class="term-output">Successfully installed hashprep-0.1.0b3</span>

<span class="term-prompt">$</span> <span class="term-cmd">hashprep scan train.csv --target Survived</span>

Expand Down
Loading