We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30d8fe7 + fe5f2eb commit 4402388Copy full SHA for 4402388
CHANGELOG.md
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [v0.3.7] - 2020-05-10
+## [v0.3.8] - 2021-06-22
8
+### Changed
9
+- Install `paftools.js` from minimap2 and `k8`
10
+
11
+## [v0.3.7] - 2021-05-10
12
### Changed
13
- Speed improvements to several benchmarking and analysis scripts
14
### Fixed
pomoxis/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.3.7'
+__version__ = '0.3.8'
2
3
import argparse
import os
0 commit comments