Skip to content

Commit 675dc8b

Browse files
committed
increment version
1 parent 2241e3c commit 675dc8b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/strpkg/version.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const strlingVersion* = "0.5.2"
1+
const strlingVersion* = "0.6.0"
22

33
# bin file format version
44
const thisFmtVersion* = 0'i16

strling.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ template thisModuleFile: string = instantiationInfo(fullPaths = true).filename
99
# # When the package is installed, the ``src`` directory disappears.
1010
# import strpkg/version as _
1111

12-
version = "0.5.2"
12+
version = "0.6.0"
1313
author = "Harriet and Brent"
1414
description = "Novel STR caller"
1515
license = "MIT"

0 commit comments

Comments
 (0)