Skip to content

Commit

Permalink
Merge pull request #26 from ltalirz/bump-version
Browse files Browse the repository at this point in the history
prepare 0.1.2 release
  • Loading branch information
peteboyd authored Nov 29, 2019
2 parents 371d5d9 + f459e4a commit 51af69c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
## v0.1.2

### Improvements

* make compatible with networkx 2.4 371d5d93110b349d51b5d7bfb7ef2bcc89752b7b

### Bug fixes

* exit on error if atoms overlap in min-img distance check 29086e5c6ed4e8cc013624875d7029f4ec9ae9db

## v0.1.1

First release on PyPI
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
[![Build Status](https://travis-ci.org/peteboyd/lammps_interface.svg?branch=master)](https://travis-ci.org/peteboyd/lammps_interface)
[![Docs status](https://readthedocs.org/projects/lammps-interface/badge)](http://lammps-interface.readthedocs.io/)
[![PyPI version](https://badge.fury.io/py/lammps-interface.svg)](https://badge.fury.io/py/lammps-interface)
# LAMMPS Interface
## Authors

Expand Down
1 change: 1 addition & 0 deletions lammps_interface/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
"""
Lammps interface.
"""
__version__ = "0.1.2"
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy
scipy
networkx
networkx>=2.4
# matplotlib 3.1 requires python 3.6
matplotlib<3.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
setup(
name="lammps-interface",
author="Peter Boyd, Mohamad Moosavi, Matthew Witman",
version="0.1.1",
version="0.1.2",
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 51af69c

Please sign in to comment.