Skip to content

Commit d488624

Browse files
committed
Release version 0.3.0
1 parent 95bca9f commit d488624

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.3.0] - 2022-11-06
911
### Added
1012
- Dump file defaults to reading schema from atoms header.
1113

@@ -32,7 +34,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3234
### Changed
3335
- The package has been renamed `lammpsio` for consistency with PyPI.
3436

35-
[Unreleased]: https://github.com/mphowardlab/lammpsio/compare/v0.2.0...HEAD
37+
[Unreleased]: https://github.com/mphowardlab/lammpsio/compare/v0.3.0...HEAD
38+
[0.3.0]: https://github.com/mphowardlab/lammpsio/compare/v0.2.0...v0.3.0
3639
[0.2.0]: https://github.com/mphowardlab/lammpsio/compare/v0.1.1...v0.2.0
3740
[0.1.1]: https://github.com/mphowardlab/lammpsio/compare/v0.1.0...v0.1.1
3841
[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.2.0
3+
version = 0.3.0
44
author = Michael P. Howard
55
author_email = [email protected]
66
description = Python tools for working with LAMMPS

0 commit comments

Comments
 (0)