Skip to content

Commit 558286f

Browse files
committed
Bump version to v0.5.0
1 parent c7cd1cf commit 558286f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ntangle.nimble

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Package
22

3-
version = "0.4.3"
3+
version = "0.5.0"
44
author = "Kaushal Modi"
55
description = "Command-line utility for Tangling of Org mode documents"
66
license = "MIT"

src/ntangle.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ proc ntangle(orgFilesOrDirs: seq[string]) =
525525
when isMainModule:
526526
import cligen
527527
dispatchGen(ntangle
528-
, version = ("version", "0.4.3"))
528+
, version = ("version", "0.5.0"))
529529
if paramCount()==0:
530530
quit(dispatch_ntangle(@["--help"]))
531531
else:

0 commit comments

Comments
 (0)