Skip to content

Commit 1639049

Browse files
committed
Bump version to v0.5.1
1 parent 28641d1 commit 1639049

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.5.0"
3+
version = "0.5.1"
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
@@ -557,7 +557,7 @@ proc ntangle(orgFilesOrDirs: seq[string]) =
557557
when isMainModule:
558558
import cligen
559559
dispatchGen(ntangle
560-
, version = ("version", "0.5.0"))
560+
, version = ("version", "0.5.1"))
561561
if paramCount()==0:
562562
quit(dispatch_ntangle(@["--help"]))
563563
else:

0 commit comments

Comments
 (0)