From c9f794ec6b6b741246e8347ffd54efea06b1cb09 Mon Sep 17 00:00:00 2001 From: Bishalsarang Date: Sun, 28 Aug 2022 15:37:55 +0545 Subject: [PATCH] Update version to 1.0.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 7187530..014248d 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setuptools.setup( name="recursion-visualiser", - version="1.0.2", + version="1.0.3", author="Bishal Sarangkoti", author_email="sarangbishal@gmail.com", description="A small python package to visualise recursive function on Python. It draws recursion tree",