diff --git a/CHANGELOG.md b/CHANGELOG.md index aa98b37..2c8be63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm +## v4.7.4 (2023-07-11) + +### Fix + +* Set `torch` to `v1.9.0` ([`2b096c2`](https://github.com/billsioros/RoughGAN/commit/2b096c2bca0a815381c0844ff3568f98e57a748b)) + +**[See all commits in this version](https://github.com/billsioros/RoughGAN/compare/v4.7.3...v4.7.4)** + ## v4.7.3 (2023-07-11) ### Fix @@ -42,6 +50,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 +## v4.7.4 (2023-07-11) + +### Fix + +* Set `torch` to `v1.9.0` ([`2b096c2`](https://github.com/billsioros/RoughGAN/commit/2b096c2bca0a815381c0844ff3568f98e57a748b)) + +**[See all commits in this version](https://github.com/billsioros/RoughGAN/compare/v4.7.3...v4.7.4)** + ## v4.7.3 (2023-07-11) ### Fix diff --git a/pyproject.toml b/pyproject.toml index a5ef697..d162a03 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ strict = true [tool.poetry] name = "RoughGAN" -version = "4.7.3" +version = "4.7.4" description = "A nanorough surfaces oriented ML library" readme = "README.md" authors = ["Vasilis Sioros "]