Skip to content

Commit 32a84e5

Browse files
committed
Release version 0.6.1
1 parent 70f54df commit 32a84e5

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.6.1] - 2024-06-24
11+
### Added
12+
- Backwards compatible support for NumPy 2.0.
13+
14+
### Fixed
15+
- Test dependencies for Python 3.8.
16+
1017
## [0.6.0] - 2024-05-28
1118
### Added
1219
- Support for reading and writing dump files with zstd compression.
@@ -77,7 +84,8 @@ have been updated to include this option.
7784
### Changed
7885
- The package has been renamed `lammpsio` for consistency with PyPI.
7986

80-
[Unreleased]: https://github.com/mphowardlab/lammpsio/compare/v0.6.0...HEAD
87+
[Unreleased]: https://github.com/mphowardlab/lammpsio/compare/v0.6.1...HEAD
88+
[0.6.1]: https://github.com/mphowardlab/lammpsio/compare/v0.6.0...v0.6.1
8189
[0.6.0]: https://github.com/mphowardlab/lammpsio/compare/v0.5.0...v0.6.0
8290
[0.5.0]: https://github.com/mphowardlab/lammpsio/compare/v0.4.1...v0.5.0
8391
[0.4.1]: https://github.com/mphowardlab/lammpsio/compare/v0.4.0...v0.4.1

src/lammpsio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
from .snapshot import Snapshot
55
from .topology import Angles, Bonds, Dihedrals, Impropers
66

7-
__version__ = "0.6.0"
7+
__version__ = "0.6.1"

0 commit comments

Comments
 (0)