From f35366c0d3697c6e8b0848f8a93e5aaa76cb8e6f Mon Sep 17 00:00:00 2001 From: Bishalsarang Date: Sat, 26 Dec 2020 11:22:27 +0545 Subject: [PATCH] Update to version 1.0.2 with minor fixes. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index aba1fec..7187530 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="recursion-visualiser", - version="1.0.1", + version="1.0.2", author="Bishal Sarangkoti", author_email="sarangbishal@gmail.com", description="A small python package to visualise recursive function on Python. It draws recursion tree",