diff --git a/docs/changelog.md b/docs/changelog.md index 7cee030..35ebb32 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,10 +1,14 @@ # Changelog -## Release `0.0.2` +## Release `0.1.3` - Add basic documentation for `data_generation` module. -## Release `0.0.1` +## Release `0.1.2` + +Bad release. + +## Release `0.1.0` - Initial release. - Very basic documentation for `models`, `datasets`, `plotting`, and `utilities` modules. diff --git a/pyproject.toml b/pyproject.toml index 98077a1..8b5c637 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "now_2023" -version = "0.1.0" +version = "0.1.3" description = "Library for the NOW 2023 workshop." authors = ["Nicolas Gensollen"] license = "MIT"