Skip to content

Commit 94932da

Browse files
author
sarangbishal
committed
Version 0.03: Make decorator syntax more readable. No need to supply dummy variable node_num and no need to increment vs.node_count
1 parent 27335b4 commit 94932da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name="recursion-visualiser", # Replace with your own username
8-
version="0.0.4",
8+
version="0.0.3",
99
author="Bishal Sarangkoti",
1010
author_email="sarangbishal@gmail.com",
1111
description="A small python package to visualise recursive function on Python. It draws recursion tree",

visualiser/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11

22
# Version of the recursion-visualiser
3-
__version__ = "0.0.4"
3+
__version__ = "0.0.3"

0 commit comments

Comments
 (0)