Skip to content

Commit 7583b41

Browse files
author
Simone Picelli
committed
bump version to 1.6.1 (--classification passthrough)
1 parent b05a8e7 commit 7583b41

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.6.1] - 2026-06-06
11+
1012
### Added
1113
- `--classification FILE` (+ `--classification-columns`, default
1214
`structural_category`): join columns from a SQANTI3/pigeon classification table
@@ -18,6 +20,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1820
the match rate is logged. Carried columns are appended (existing columns
1921
unchanged); verified on chr22 (13,246/13,246 matched, prior columns identical).
2022

23+
### Packaging
24+
- Version bumped `1.6.0` -> `1.6.1` in `src/craft/__init__.py` and `CITATION.cff`.
25+
2126
## [1.6.0] - 2026-06-05
2227

2328
Two additive functional-annotation features for novel/orphan isoforms, plus

CITATION.cff

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ authors:
77
given-names: Simone
88
email: simone.picelli@iob.ch
99
affiliation: "Institute of Molecular and Clinical Ophthalmology Basel (IOB)"
10-
version: "1.6.0"
11-
date-released: 2026-06-05
10+
version: "1.6.1"
11+
date-released: 2026-06-06
1212
license: MIT
1313
repository-code: "https://github.com/FullLengthFanatic/craft"
1414
keywords:

src/craft/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
Long-read isoform functional-consequence annotator with truncation-aware ORF propagation.
44
"""
55

6-
__version__ = "1.6.0"
6+
__version__ = "1.6.1"

0 commit comments

Comments
 (0)