From 8a42300f406e61ca18513606aeed476c44204fa3 Mon Sep 17 00:00:00 2001 From: Miroslav Jirik Date: Thu, 18 Jun 2020 19:26:34 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.24.1=20=E2=86=92=200.24.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conda-recipe/meta.yaml | 4 ++-- scaffan/__init__.py | 2 +- scaffan/annotation.py | 2 +- setup.cfg | 2 +- setup.py | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index e5040ea..c530940 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -1,10 +1,10 @@ package: name: scaffan - version: "0.24.1" + version: "0.24.2" source: # this is used for build from git hub - git_rev: 0.24.1 + git_rev: 0.24.2 git_url: https://github.com/mjirik/scaffan.git # this is used for pypi diff --git a/scaffan/__init__.py b/scaffan/__init__.py index a0c5e9f..5808458 100644 --- a/scaffan/__init__.py +++ b/scaffan/__init__.py @@ -1,5 +1,5 @@ # import os, sys; sys.path.append(os.path.dirname(os.path.realpath(__file__))) -__version__ = "0.24.1" +__version__ = "0.24.2" """ Used for scaffold analysis """ diff --git a/scaffan/annotation.py b/scaffan/annotation.py index 59f3f4d..76b2746 100644 --- a/scaffan/annotation.py +++ b/scaffan/annotation.py @@ -17,7 +17,7 @@ import math from read_roi import read_roi_zip -__version__ = "0.24.1" +__version__ = "0.24.2" # def get_one_annotation(viewstate): # titles_list = viewstate.xpath(".//title/text()") diff --git a/setup.cfg b/setup.cfg index 1a5aac7..909815b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.24.1 +current_version = 0.24.2 files = setup.py conda-recipe/meta.yaml scaffan/__init__.py scaffan/annotation.py commit = True tag = True diff --git a/setup.py b/setup.py index d46d8a1..e745cbe 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # http://packaging.python.org/en/latest/tutorial.html#version - version="0.24.1", + version="0.24.2", url="https://github.com//scaffan", author="Miroslav Jirik", author_email="miroslav.jirik@gmail.com",