diff --git a/README.md b/README.md index f57edd2..b75329a 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To run pylj locally we recommend installing the [anaconda](http://pythoninchemis ### how to cite pylj -Thank you for using pylj. If you use this code in a teaching laboratory or a publication we would greatly appreciate if you would use the following citation. Andrew R. McCluskey, Benjamin J. Morgan, Karen J. Edler, Stephen C. Parker (2018). pylj, version 0.0.6a. Released: 2018-05-15, DOI: 10.5281/zenodo.1212792. +Thank you for using pylj. If you use this code in a teaching laboratory or a publication we would greatly appreciate if you would cite the DOI from the Zenodo link below.

DOIDocumentation Status

diff --git a/setup.py b/setup.py index 3dc10ba..0d8003c 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ # versioning MAJOR = 0 MINOR = 0 -MICRO = 19 +MICRO = 20 ISRELEASED = False VERSION = '%d.%d.%d' % (MAJOR, MINOR, MICRO)