From d5143600f12762b669dc04ae8e2aeac6814575dd Mon Sep 17 00:00:00 2001 From: Gavin Huttley Date: Sat, 9 Nov 2024 11:22:06 +1100 Subject: [PATCH] REL: bumped release 2024.11.8a2 [CHANGED] added piqtree2 to the doc extra depencencies --- pyproject.toml | 1 + src/diverse_seq/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 98ae19e..62ed54c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -75,6 +75,7 @@ doc = ["click", "nbformat", "nbsphinx", "numpydoc", + "piqtree2", "pandas", "plotly", "requests", diff --git a/src/diverse_seq/__init__.py b/src/diverse_seq/__init__.py index efb5c96..f75f3bc 100644 --- a/src/diverse_seq/__init__.py +++ b/src/diverse_seq/__init__.py @@ -4,4 +4,4 @@ # found by h5py import hdf5plugin # noqa -__version__ = "2024.11.8a1" +__version__ = "2024.11.8a2"