diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a8c6219..3e173433 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ +## v0.16.1 (2023-03-08) +### Documentation +* Adding NaCl MD tutorial ([`8db22cf`](https://github.com/Teoroo-CMC/CCS/commit/8db22cf71d633bd70b380dcfbbd06dd655b7e40f)) + ## v0.16.0 (2023-03-07) ### Feature * Adding ridge regression ([`c3f3b96`](https://github.com/Teoroo-CMC/CCS/commit/c3f3b961e83c09a29d033da41333929ac4f889c1)) diff --git a/pyproject.toml b/pyproject.toml index 984d6b89..0a3bdb89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ccs_fit" -version = "0.16.0" +version = "0.16.1" description = "Fitting tools for repulsive two body interactions using curvature constrained splines." authors = [ "Akshay Krishna AK",