Skip to content

Commit 44a1c47

Browse files
committed
bump version to 0.0.1
1 parent 3d7ac56 commit 44a1c47

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,11 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.0.1] - 2025-03-11
1011
### Added
1112
- cooling system r_th calculation
1213
- cooling system pressure drop calculation
1314
- heat spreading calculation
1415

15-
[unreleased]: https://github.com/upb-lea/HCT_heat_sink_computation_toolbox/compare/v1.1.1...HEAD
16-
#[0.0.2]: https://github.com/upb-lea/HCT_heat_sink_computation_toolbox/compare/v0.0.1...v0.0.2
17-
#[0.0.1]: https://github.com/upb-lea/HCT_heat_sink_computation_toolbox/releases/tag/v0.0.1
16+
[unreleased]: https://github.com/upb-lea/HCT_heat_sink_computation_toolbox/compare/0.0.1...HEAD
17+
[0.0.1]: https://github.com/upb-lea/HCT_heat_sink_computation_toolbox/releases/tag/0.0.1

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
]
77
description = "Heat sink computation toolbox: Calculate and optimize fan cooled heat sink systems for power electronics converters."
88
readme = "README.md"
9-
requires-python = "~=3.10"
9+
requires-python = ">=3.10"
1010
classifiers = [
1111
"Programming Language :: Python :: 3",
1212
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)