Skip to content

Commit dd5b222

Browse files
committed
Release version 0.1.1
1 parent e8982ff commit dd5b222

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.1.1] - 2022-10-21
11+
### Fixed
12+
- Typos in the README documentation.
13+
1014
## [0.1.0] - 2022-10-20
1115
### Added
1216
- Initial official release of all tools.
@@ -18,4 +22,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1822
### Changed
1923
- The package has been renamed `lammpsio` for consistency with PyPI.
2024

25+
[0.1.1]: https://github.com/mphowardlab/lammpsio/compare/v0.1.0...v0.1.1
2126
[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.0
3+
version = 0.1.1
44
author = Michael P. Howard
55
author_email = [email protected]
66
description = Python tools for working with LAMMPS

0 commit comments

Comments
 (0)