Skip to content

Commit

Permalink
2.0.000
Browse files Browse the repository at this point in the history
  • Loading branch information
telatin committed Feb 2, 2021
1 parent 026cd42 commit 8ce8a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bamtocov.nimble
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Package

version = "2.0.001"
version = "2.0.000"
author = "Andrea Telatin, Giovanni Birolo"
description = "BAM to Coverage"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/covutils.nim
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import os, posix
signal(SIG_PIPE, SIG_IGN)

const
version* = "2.0.001"
version* = "2.0.000"

type
region_t* = ref object
Expand Down

0 comments on commit 8ce8a4d

Please sign in to comment.