Skip to content

Commit 7c6871a

Browse files
committed
Bump version to 1.0.1
1 parent a88e45a commit 7c6871a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ This project uses [Semantic Versioning](https://semver.org) starting from versio
99

1010
## [unreleased]
1111

12+
## [1.0.1] - 2019-01-09
13+
1214
## Fixed
1315

1416
- Fixed exit node detection (#13)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
entry_points={
1212
"console_scripts": ["cmd-call-graph = callgraph.callgraph:main"]
1313
},
14-
version="1.0.0",
14+
version="1.0.1",
1515
author="Andrea Spadaccini",
1616
author_email="[email protected]",
1717
description="A simple tool to generate a call graph for calls within Windows CMD (batch) files.",

0 commit comments

Comments
 (0)