Skip to content

Commit 08a9ad1

Browse files
committed
release v0.5.0
1 parent 07067cb commit 08a9ad1

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.5.0] - 2026-04-09
11+
1012
### Added
1113

1214
- Umbrella Sampling example notebook: progressively populate the windows of an Umbrella Sampling simulation along a 1D collective variable
@@ -73,7 +75,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7375
- First release on PyPi
7476

7577

76-
[unreleased]: https://github.com/bio-phys/asyncmd/compare/v0.4.1...HEAD
78+
[unreleased]: https://github.com/bio-phys/asyncmd/compare/v0.5.0...HEAD
79+
[0.5.0]: https://github.com/bio-phys/asyncmd/compare/v0.4.1...v0.5.0
7780
[0.4.1]: https://github.com/bio-phys/asyncmd/compare/v0.4.0...v0.4.1
7881
[0.4.0]: https://github.com/bio-phys/asyncmd/compare/v0.3.3...v0.4.0
7982
[0.3.3]: https://github.com/bio-phys/asyncmd/compare/v0.3.2...v0.3.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "asyncmd"
7-
version = "0.4.1"
7+
version = "0.5.0"
88
dependencies = ["aiofiles",
99
"mdanalysis",
1010
"numpy",

0 commit comments

Comments
 (0)