Skip to content

Commit 403e846

Browse files
committed
Adjust version to 0.0.6
1 parent 141d5c3 commit 403e846

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [0.1.0] - 2023-08-03
10+
## [0.0.6] - 2023-08-03
1111

1212
### Added
1313

@@ -26,5 +26,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2626

2727
- README.md to feature badges
2828

29-
[unreleased]: https://github.com/automl/compare/v0.1.0...HEAD
30-
[0.1.0]: https://github.com/automl/releases/tag/v0.1.0
29+
[unreleased]: https://github.com/automl/compare/v0.0.6...HEAD
30+
[0.0.6]: https://github.com/automl/releases/tag/v0.0.6

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"Source Code": "https://github.com/automl/DEHB",
1717
}
1818
copyright = f"Copyright {datetime.date.today().strftime('%Y')}, Neeratyoy, Noor, Frank"
19-
version = "0.1.0"
19+
version = "0.0.6"
2020

2121
HERE = os.path.dirname(os.path.realpath(__file__))
2222

0 commit comments

Comments
 (0)