From 489f4c056ee319e3e48fddce6238ef0748f1dc68 Mon Sep 17 00:00:00 2001 From: a-slide Date: Mon, 19 Oct 2020 22:19:11 +0100 Subject: [PATCH] Bump up version number --- meta.yaml | 2 +- pycoMeth/__init__.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta.yaml b/meta.yaml index 9d0c463..bf16dbb 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.4.20" %} +{% set version = "0.4.22" %} {% set name = "pycoMeth" %} package: diff --git a/pycoMeth/__init__.py b/pycoMeth/__init__.py index cdb1586..45cdd85 100755 --- a/pycoMeth/__init__.py +++ b/pycoMeth/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- # Define self package variable -__version__ = "0.4.20" +__version__ = "0.4.22" __description__ = 'DNA methylation analysis downstream to Nanopolish for Oxford Nanopore DNA sequencing datasets' diff --git a/setup.py b/setup.py index db605a4..6df4464 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # Define package info name = "pycoMeth" -version = "0.4.20" +version = "0.4.22" description = "DNA methylation analysis downstream to Nanopolish for Oxford Nanopore DNA sequencing datasets" with open("README.md", "r") as fh: long_description = fh.read()