From 403e846039b68b78f2be3e394ece3a96f9199f82 Mon Sep 17 00:00:00 2001 From: Bronzila Date: Fri, 4 Aug 2023 12:05:41 +0200 Subject: [PATCH] Adjust version to 0.0.6 --- CHANGELOG.md | 6 +++--- setup.py | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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__))