Skip to content

Commit 8330568

Browse files
committed
Release version 0.2.0
1 parent a3d0d00 commit 8330568

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ 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.2.0] - 2022-10-26
911
### Added
1012
- Snapshots store particle IDs. Files can contain noncompact particle ID ranges.
1113
- Dump file can copy fields from another snapshot during reading.
@@ -25,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2527
### Changed
2628
- The package has been renamed `lammpsio` for consistency with PyPI.
2729

28-
[Unreleased]: https://github.com/mphowardlab/lammpsio/compare/v0.1.1...HEAD
30+
[Unreleased]: https://github.com/mphowardlab/lammpsio/compare/v0.2.0...HEAD
31+
[0.2.0]: https://github.com/mphowardlab/lammpsio/compare/v0.1.1...v0.2.0
2932
[0.1.1]: https://github.com/mphowardlab/lammpsio/compare/v0.1.0...v0.1.1
3033
[0.1.0]: https://github.com/mphowardlab/lammpsio/releases/tag/v0.1.0

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = lammpsio
3-
version = 0.1.1
3+
version = 0.2.0
44
author = Michael P. Howard
55
author_email = [email protected]
66
description = Python tools for working with LAMMPS

0 commit comments

Comments
 (0)