Skip to content

Commit

Permalink
bump version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hdashnow committed Aug 4, 2020
1 parent b5595dc commit 2c19440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/strpkg/version.nim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const strlingVersion* = "0.2.1"
const strlingVersion* = "0.3.0"

# bin file format version
const thisFmtVersion* = 0'i16
Expand Down
2 changes: 1 addition & 1 deletion strling.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ template thisModuleFile: string = instantiationInfo(fullPaths = true).filename
# # When the package is installed, the ``src`` directory disappears.
# import strpkg/version as _

version = "0.2.1"
version = "0.3.0"
author = "Harriet and Brent"
description = "Novel STR caller"
license = "MIT"
Expand Down

0 comments on commit 2c19440

Please sign in to comment.