From 98078c239207a4a5d6c88b0f01ffe1b55a5db967 Mon Sep 17 00:00:00 2001 From: Alexander Cumberworth Date: Tue, 5 Apr 2022 10:27:12 +0200 Subject: [PATCH] Update to release version Fix paper title in README and version of matplotlibstyles in setup --- README.md | 2 +- origamipy/_version.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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