Skip to content

Commit

Permalink
Release version 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
armintoepfer committed Jan 7, 2022
1 parent cbd8b97 commit e2ebc8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ To generate the BAM index
pbindex movie.subreads.bam

# Changelog
* **0.1.0 (unreleased)**
* **0.1.0**
* Add _actc_ `@PG` to BAM header
* Auto generate version from `meson.build`
* Improve (de)compression, ergo throughput, by threading
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'actc',
['cpp'],
version : '0.0.99',
version : '0.1.0',
default_options : [
'buildtype=release',
'warning_level=3',
Expand Down

0 comments on commit e2ebc8f

Please sign in to comment.