diff --git a/CHANGELOG.md b/CHANGELOG.md index e99b1cd..c126268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,8 +3,14 @@ ## Development Changes: -* Handling missing values -* Update the output from the regression to have new line between each output in the csv files +* + +## Version 0.1.0 (Apr 28, 2023) + +Changes: +* Handling missing values. +* Update the output from the regression to have new line between each output in the csv files. +* Several minor bug fixes. ## Version 0.0.6 (Apr 16, 2023) diff --git a/CITATION.cff b/CITATION.cff index bc3bfe8..de02d2e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,8 +1,8 @@ cff-version: 1.2.0 title: ACRO -version: 0.0.6 -doi: 10.5281/zenodo.7834104 -date-released: 2023-04-16 +version: 0.1.0 +doi: +date-released: 2023-04-28 license: MIT repository-code: https://github.com/AI-SDC/ACRO languages: diff --git a/setup.py b/setup.py index 9dd27ff..480a7d9 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ setup( name="acro", - version="0.0.6", + version="0.1.0", license="MIT", maintainer="Jim Smith", maintainer_email="james.smith@uwe.ac.uk",