File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff 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+ ## [ 0.1.2]
11+
1012### Fixed
1113
1214- handle ` inf ` float values ([ @lucventurini ] ( https://github.com/lucventurini ) )
@@ -22,4 +24,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2224- Don't rely on ` poetry ` to get version.
2325
2426[ Unreleased ] : https://github.com/snakemake/snakefmt/compare/0.1.1...HEAD
25- [ 0.1.1 ] : https://github.com/mbhall88/pafpy/compare/0.1.0...0.1.1
27+ [ 0.1.2 ] : https://github.com/mbhall88/pafpy/releases/tag/0.1.2
28+ [ 0.1.1 ] : https://github.com/mbhall88/pafpy/releases/tag/0.1.1
Original file line number Diff line number Diff line change 1- __version__ = "0.1.1 "
1+ __version__ = "0.1.2 "
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pafpy"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " A lightweight library for working with PAF (Pairwise mApping Format) files"
55license = " Unlicense"
66authors = [" Michael Hall <michael@mbh.sh>" ]
You can’t perform that action at this time.
0 commit comments