diff --git a/CHANGELOG.md b/CHANGELOG.md index ff401d3..f7dadd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [0.1.0] - 2023-08-03 +## [0.0.6] - 2023-08-03 ### Added @@ -26,5 +26,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - README.md to feature badges -[unreleased]: https://github.com/automl/compare/v0.1.0...HEAD -[0.1.0]: https://github.com/automl/releases/tag/v0.1.0 \ No newline at end of file +[unreleased]: https://github.com/automl/compare/v0.0.6...HEAD +[0.0.6]: https://github.com/automl/releases/tag/v0.0.6 \ No newline at end of file diff --git a/setup.py b/setup.py index 7c1d479..8db0747 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ "Source Code": "https://github.com/automl/DEHB", } copyright = f"Copyright {datetime.date.today().strftime('%Y')}, Neeratyoy, Noor, Frank" -version = "0.1.0" +version = "0.0.6" HERE = os.path.dirname(os.path.realpath(__file__))