We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4c743a commit 8198e49Copy full SHA for 8198e49
CHANGELOG.md
@@ -4,7 +4,7 @@ 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
-## [Unreleased]
+## [v0.3.9] - 2021-08-18
8
### Fixed
9
- Reduced memory consumption of `catalogue_errors`.
10
- `fast_convert qa` now properly outputs a fasta file
pomoxis/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '0.3.8'
+__version__ = '0.3.9'
2
3
import argparse
import os
0 commit comments