Skip to content

Commit f4f2fcd

Browse files
committed
Release version 0.4.1
1 parent bb0ee49 commit f4f2fcd

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [0.4.1] - 2023-07-20
911
### Added
1012
- `lammpsio` is available for download on conda-forge. Installation directions
1113
have been updated to include this option.
1214

15+
### Fixed
16+
- Compatibility with GSD 3.
17+
1318
### Changed
1419
- Bumped license year to 2023.
1520

@@ -52,7 +57,8 @@ have been updated to include this option.
5257
### Changed
5358
- The package has been renamed `lammpsio` for consistency with PyPI.
5459

55-
[Unreleased]: https://github.com/mphowardlab/lammpsio/compare/v0.4.0...HEAD
60+
[Unreleased]: https://github.com/mphowardlab/lammpsio/compare/v0.4.1...HEAD
61+
[0.4.1]: https://github.com/mphowardlab/lammpsio/compare/v0.4.0...v0.4.1
5662
[0.4.0]: https://github.com/mphowardlab/lammpsio/compare/v0.3.0...v0.4.0
5763
[0.3.0]: https://github.com/mphowardlab/lammpsio/compare/v0.2.0...v0.3.0
5864
[0.2.0]: https://github.com/mphowardlab/lammpsio/compare/v0.1.1...v0.2.0

src/lammpsio/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .dump import DumpFile
44
from .snapshot import Snapshot
55

6-
__version__ = "0.4.0"
6+
__version__ = "0.4.1"

0 commit comments

Comments
 (0)