diff --git a/README.md b/README.md index e44fac6..2992f81 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ For more information on building and installing python packages, see the documen ## References -[1] A. Cumberworth, D. Frenkel, and A. Reinhardt, The role of nucleation barriers in the folding of DNA origami: a numerical study. +[1] A. Cumberworth, D. Frenkel, and A. Reinhardt, Simulations of DNA-origami self-assembly reveal design-dependent nucleation barriers. ## Links diff --git a/origamipy/_version.py b/origamipy/_version.py index 3dc1f76..5becc17 100644 --- a/origamipy/_version.py +++ b/origamipy/_version.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "1.0.0" diff --git a/setup.cfg b/setup.cfg index 1563172..ada7e14 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ scripts *= scripts/*py python_requires = >=3.6 install_requires = matplotlib - matplotlibstyles==0.1.1 + matplotlibstyles==0.1.2 numpy pandas pymbar