From 42be4a77187aa65725437beadc597879b2d550d4 Mon Sep 17 00:00:00 2001 From: Luca Visentin Date: Mon, 19 Dec 2022 15:32:55 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=201.0.5=20=E2=86=92=201.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- bioTea/__init__.py | 2 +- setup.cfg | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 1f6cbd2..d929ec1 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 1.0.5 +current_version = 1.1.0 commit = True tag = True diff --git a/bioTea/__init__.py b/bioTea/__init__.py index 8c9857d..5b8f203 100644 --- a/bioTea/__init__.py +++ b/bioTea/__init__.py @@ -20,7 +20,7 @@ init(autoreset=True) -__version__ = "1.0.5" +__version__ = "1.1.0" # Set what is exported by the __init__ __all__ = ["__version__", "OPTIONS"] diff --git a/setup.cfg b/setup.cfg index d8323f4..5d5b4e9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = bioTEA -version = 1.0.5 +version = 1.1.0 author = MrHedmad author_email = luca.visentin@unito.it description = Tea, short for Transcript Enrichment Analysis is a pipeline for performing Differential Expression Analysis on microarrays and RNA-seq data.