Skip to content

Commit c1117bd

Browse files
committed
bump version to 0.1.2
1 parent 9107a75 commit c1117bd

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
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+
## [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

pafpy/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pafpy"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "A lightweight library for working with PAF (Pairwise mApping Format) files"
55
license = "Unlicense"
66
authors = ["Michael Hall <michael@mbh.sh>"]

0 commit comments

Comments
 (0)