Skip to content

Commit 4402388

Browse files
committed
Merge branch 'v038' into 'dev'
bump version See merge request research/pomoxis!135
2 parents 30d8fe7 + fe5f2eb commit 4402388

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [v0.3.7] - 2020-05-10
7+
## [v0.3.8] - 2021-06-22
8+
### Changed
9+
- Install `paftools.js` from minimap2 and `k8`
10+
11+
## [v0.3.7] - 2021-05-10
812
### Changed
913
- Speed improvements to several benchmarking and analysis scripts
1014
### Fixed

pomoxis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '0.3.7'
1+
__version__ = '0.3.8'
22

33
import argparse
44
import os

0 commit comments

Comments
 (0)