diff --git a/meta.yaml b/meta.yaml index bf16dbb..48c6618 100644 --- a/meta.yaml +++ b/meta.yaml @@ -1,4 +1,4 @@ -{% set version = "0.4.22" %} +{% set version = "0.4.23" %} {% set name = "pycoMeth" %} package: diff --git a/pycoMeth/__init__.py b/pycoMeth/__init__.py index 45cdd85..76e47b6 100755 --- a/pycoMeth/__init__.py +++ b/pycoMeth/__init__.py @@ -1,5 +1,5 @@ # -*- coding: utf-8 -*- # Define self package variable -__version__ = "0.4.22" +__version__ = "0.4.23" __description__ = 'DNA methylation analysis downstream to Nanopolish for Oxford Nanopore DNA sequencing datasets' diff --git a/setup.py b/setup.py index 6df4464..abab6e8 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # Define package info name = "pycoMeth" -version = "0.4.22" +version = "0.4.23" description = "DNA methylation analysis downstream to Nanopolish for Oxford Nanopore DNA sequencing datasets" with open("README.md", "r") as fh: long_description = fh.read()