Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Commit 36763d9

Browse files
committed
Versipyify package and expose skip_coverage_plot option to CLI
1 parent d42750d commit 36763d9

File tree

7 files changed

+8
-7
lines changed

7 files changed

+8
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# pycoQC v2.5.1.dev6
1+
# pycoQC v2.5.2
22

33
![pycoQC](https://raw.githubusercontent.com/a-slide/pycoQC/master/docs/pictures/pycoQC_long.png)
44

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Welcome to pycoQC v2.5.1.dev6 documentation
1+
# Welcome to pycoQC v2.5.2 documentation
22

33
![logo](pictures/pycoQC_long.svg)
44

meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% set version = "2.5.1.dev6" %}
1+
{% set version = "2.5.2" %}
22
{% set name = "pycoQC" %}
33

44
package:

pycoQC/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# -*- coding: utf-8 -*-
22

33
__name__ = "pycoQC"
4-
__version__ = "2.5.1.dev6"
4+
__version__ = "2.5.2"
55
__description__ = "PycoQC computes metrics and generates interactive QC plots for Oxford Nanopore technologies sequencing data"
66
__url__ = "https://github.com/a-slide/pycoQC"
77
__licence__ = "GPLv3"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
setup(
1111
name = 'pycoQC',
1212
description = 'PycoQC computes metrics and generates interactive QC plots for Oxford Nanopore technologies sequencing data',
13-
version = '2.5.1.dev6',
13+
version = '2.5.2',
1414
long_description = long_description,
1515
long_description_content_type='text/markdown',
1616
url = 'https://github.com/a-slide/pycoQC',

versipy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
version:
22
major: 2
33
minor: 5
4-
micro: 1
4+
micro: 2
55
a: null
66
b: null
77
rc: null
88
post: null
9-
dev: 6
9+
dev: null
1010
managed_values:
1111
__package_name__: pycoQC
1212
__package_description__: PycoQC computes metrics and generates interactive QC plots

versipy_history.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
2020-12-16 16:40:09.668703 2.5.1.dev4 Versipy auto bump-up
66
2020-12-16 16:41:15.013385 2.5.1.dev5 Versipy auto bump-up
77
2020-12-16 16:50:47.571875 2.5.1.dev6 Versipyify package and expose skip_coverage_plot option to CLI
8+
2020-12-16 16:58:52.524915 2.5.2 Versipyify package and expose skip_coverage_plot option to CLI

0 commit comments

Comments
 (0)