Skip to content

Commit

Permalink
prepare 0.2.0 release (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltalirz authored Aug 16, 2020
1 parent 5bcde28 commit 71953f5
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.2.0

### Bug fixes
* Drop python 3.5 support as it is not compatible with networkx 2.4
* Fix for dict key change during iteration [0fe4b6fb3d785a0bfe9456363b37b8493b7ec9ab](https://github.com/peteboyd/lammps_interface/commit/0fe4b6fb3d785a0bfe9456363b37b8493b7ec9ab)
* Replace time.clock deprecated function [6f9b050b624ba94fdfacff0a34551f89cfd2f708](https://github.com/peteboyd/lammps_interface/commit/6f9b050b624ba94fdfacff0a34551f89cfd2f708)
* Add ASE to requirements [54714b1600e9d83b1f354a0b6cafac983653f61f](https://github.com/peteboyd/lammps_interface/commit/54714b1600e9d83b1f354a0b6cafac983653f61f)
* Start using ASE to read CIF files [b2a52c0cd1fc739d63fcfd17d65ae75cdf541f7d](https://github.com/peteboyd/lammps_interface/commit/b2a52c0cd1fc739d63fcfd17d65ae75cdf541f7d)

## v0.1.3

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion lammps_interface/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Lammps interface.
"""
__version__ = "0.1.3"
__version__ = "0.2.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
],
version="0.1.3",
version="0.2.0",
license="MIT",
url="https://github.com/peteboyd/lammps_interface",
description="Automatic generation of LAMMPS input files for molecular dynamics simulations of MOFs",
Expand Down

0 comments on commit 71953f5

Please sign in to comment.