From a8cde7d10c3ac4bd3f16f623c96efeb57b83d8bc Mon Sep 17 00:00:00 2001 From: David Doty Date: Tue, 16 Aug 2022 15:33:28 -0600 Subject: [PATCH 1/2] Update requirements.txt --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 2b6799f9..0b29c3ac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,5 +8,6 @@ nupack tabulate pint matplotlib +openpyxl scadnano typing_extensions; python_version < "3.8" From 9752a83ebd95c085fa11750e5ad509cd0ed36fdd Mon Sep 17 00:00:00 2001 From: David Doty Date: Thu, 25 Aug 2022 16:37:04 -0500 Subject: [PATCH 2/2] bumped version to try to fix readthedocs error on commit to main --- nuad/__version__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nuad/__version__.py b/nuad/__version__.py index 457d0380..9bd0981a 100644 --- a/nuad/__version__.py +++ b/nuad/__version__.py @@ -1 +1 @@ -version = '0.3.1' # version line; WARNING: do not remove or change this line or comment +version = '0.3.2' # version line; WARNING: do not remove or change this line or comment