Skip to content

Commit

Permalink
v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AmenRa committed May 16, 2023
1 parent e4d9951 commit 72ec3db
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.1] - 2023-05-16
### Added
- Added doc strings to `sparse_retriver.py`.
- Added doc strings to `dense_retriver.py`.
- Added doc strings to `hybrid_retriver.py`.

## [0.2.0] - 2023-02-19
### Added
- Added `sparse_retriver.py`.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="retriv",
version="0.2.0",
version="0.2.1",
author="Elias Bassani",
author_email="elias.bssn@gmail.com",
description="retriv: A Blazing-Fast Python Search Engine.",
Expand Down

0 comments on commit 72ec3db

Please sign in to comment.