From 470ed474e0c10b9c4d918834af4e97c2c38af201 Mon Sep 17 00:00:00 2001 From: shitohana Date: Fri, 27 Oct 2023 17:41:32 +0300 Subject: [PATCH] v1.2.2 release --- docs/index.rst | 1 - src/bismarkplot/__init__.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index f1bbbec..5da90be 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,7 +13,6 @@ This page gives an overview of all public objects, functions and methods. BismarkPlot.Genome BismarkPlot.ChrLevels BismarkPlot.Clustering - BismarkPlot.BismarkBase BismarkPlot.LinePlot BismarkPlot.HeatMap diff --git a/src/bismarkplot/__init__.py b/src/bismarkplot/__init__.py index 46a01a5..8123328 100644 --- a/src/bismarkplot/__init__.py +++ b/src/bismarkplot/__init__.py @@ -1,3 +1,3 @@ -from .BismarkPlot import Metagene, MetageneFiles, Genome, ChrLevels, Clustering +from .BismarkPlot import Metagene, MetageneFiles, Genome, ChrLevels __version__ = 1.2