Skip to content

Commit 72ec3db

Browse files
committed
v0.2.1
1 parent e4d9951 commit 72ec3db

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.2.1] - 2023-05-16
8+
### Added
9+
- Added doc strings to `sparse_retriver.py`.
10+
- Added doc strings to `dense_retriver.py`.
11+
- Added doc strings to `hybrid_retriver.py`.
12+
713
## [0.2.0] - 2023-02-19
814
### Added
915
- Added `sparse_retriver.py`.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="retriv",
8-
version="0.2.0",
8+
version="0.2.1",
99
author="Elias Bassani",
1010
author_email="elias.bssn@gmail.com",
1111
description="retriv: A Blazing-Fast Python Search Engine.",

0 commit comments

Comments
 (0)