Skip to content

Commit 6846184

Browse files
committed
Bump to v0.3.2
1 parent d4c4ee1 commit 6846184

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ print(f"Miss ratio: {miss_ratio:.4f}")
342342

343343
### Extending new algorithm
344344

345-
With python package, you can extend new algorithm to test your own eviction design *without any C/C++ compilation**.
345+
With python package, you can extend new algorithm to test your own eviction design **without any C/C++ compilation**.
346346

347347
```python
348348
import libcachesim as lcs

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.1
1+
0.3.2

0 commit comments

Comments
 (0)