diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c23e29..d87d8dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ +## v0.0.2 (2023-01-29) + + ## v0.1.0 (11/01/2023) - First release of `simpute_py`! \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index c63c740..cfc1229 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "simpute_py" -version = "0.0.1" +version = "0.0.2" description = "A python package for simple data imputation" authors = ["Ken Wang"] license = "MIT"