Skip to content

Commit

Permalink
Preparing for v1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bjmorgan committed May 23, 2017
1 parent ab7329f commit 7eb0da8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

[![Build Status](https://travis-ci.org/bjmorgan/lattice_mc.svg?branch=master)](https://travis-ci.org/bjmorgan/lattice_mc)
[![Test Coverage](https://codeclimate.com/github/bjmorgan/lattice_mc/badges/coverage.svg)](https://codeclimate.com/github/bjmorgan/lattice_mc/coverage)
[![Code Climate](https://codeclimate.com/github/bjmorgan/lattice_mc/badges/gpa.svg)](https://codeclimate.com/github/bjmorgan/lattice_mc)

`lattice_mc` is Python module for performing (kinetic) lattice-gas Monte Carlo (LGMC) simulations of ionic transport in solid electrolytes.

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def read(fname):
'matplotlib',
'pandas',
'scipy',
'coverage',
'coverage==4.3.4',
'codeclimate-test-reporter' ],
'license': 'MIT',
'packages': ['lattice_mc'],
Expand Down

0 comments on commit 7eb0da8

Please sign in to comment.