Skip to content

Commit

Permalink
1.1.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: zethson <[email protected]>
  • Loading branch information
Zethson committed May 22, 2024
1 parent 1fec05c commit 8fb7fe6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ and this project adheres to [Semantic Versioning][].
[keep a changelog]: https://keepachangelog.com/en/1.0.0/
[semantic versioning]: https://semver.org/spec/v2.0.0.html

## [1.0.0]
## [1.1.1]

- Python 3.9 compatibility

## [1.1.0]

- Fixed mean imputation

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["hatchling"]

[project]
name = "fknni"
version = "1.1.0"
version = "1.1.1"
description = "Fast implementations of KNN imputation."
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit 8fb7fe6

Please sign in to comment.