From cdba6215fbf4922c787e7f08e51067db08ca73d0 Mon Sep 17 00:00:00 2001 From: shitohana Date: Sun, 29 Oct 2023 16:32:07 +0300 Subject: [PATCH] v1.3 --- pyproject.toml | 2 +- src/bismarkplot/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4bcffec..3840923 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "bismarkplot" -version = "1.2.3" +version = "1.3" authors = [ { name="shitohana", email="kyudytskiy@gmail.com" }, ] diff --git a/src/bismarkplot/__init__.py b/src/bismarkplot/__init__.py index 8123328..4b519e1 100644 --- a/src/bismarkplot/__init__.py +++ b/src/bismarkplot/__init__.py @@ -1,3 +1,3 @@ from .BismarkPlot import Metagene, MetageneFiles, Genome, ChrLevels -__version__ = 1.2 +__version__ = 1.3