Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9be2263

Browse files
committed
version 0.0.18
1 parent 2990c42 commit 9be2263

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

invocation_tree/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import sys
88
import difflib
99

10-
__version__ = "0.0.17"
10+
__version__ = "0.0.18"
1111
__author__ = 'Bas Terwijn'
1212

1313
def highlight_diff(str1, str2):

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "invocation_tree"
7-
version = "0.0.17"
7+
version = "0.0.18"
88
description = "Generates an invocation tree of functions calls."
99
authors = [
1010
{name = "Bas Terwijn", email = "[email protected]"}

0 commit comments

Comments
 (0)