Skip to content

Commit 4ed59e8

Browse files
authored
chore: bump version to 0.1.0b3 (#71)
1 parent aaee0b6 commit 4ed59e8

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</div>
2828

2929
> [!NOTE]
30-
> HashPrep is in **beta** (v0.1.0b2). Core features are fully tested with CI. The API may still evolve based on community feedback.
30+
> HashPrep is in **beta** (v0.1.0b3). Core features are fully tested with CI. The API may still evolve based on community feedback.
3131
3232
## Overview
3333

hashprep/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
from .core.analyzer import DatasetAnalyzer as DatasetAnalyzer
33
from .utils.config_loader import load_config as load_config
44

5-
__version__ = "0.1.0b2"
5+
__version__ = "0.1.0b3"

web/src/lib/components/Hero.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<section class="hero">
55
<div class="container hero-inner">
66
<div class="hero-badge">
7-
<span class="badge">Beta v0.1.0</span>
7+
<span class="badge">Beta v0.1.0b3</span>
88
</div>
99

1010
<h1 class="hero-title">
@@ -45,7 +45,7 @@
4545
</div>
4646
<div class="terminal-body">
4747
<pre><code><span class="term-prompt">$</span> <span class="term-cmd">pip install hashprep</span>
48-
<span class="term-output">Successfully installed hashprep-0.1.0b1</span>
48+
<span class="term-output">Successfully installed hashprep-0.1.0b3</span>
4949

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

0 commit comments

Comments
 (0)