We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27335b4 commit 94932daCopy full SHA for 94932da
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="recursion-visualiser", # Replace with your own username
8
- version="0.0.4",
+ version="0.0.3",
9
author="Bishal Sarangkoti",
10
author_email="sarangbishal@gmail.com",
11
description="A small python package to visualise recursive function on Python. It draws recursion tree",
visualiser/__init__.py
@@ -1,3 +1,3 @@
1
2
# Version of the recursion-visualiser
3
-__version__ = "0.0.4"
+__version__ = "0.0.3"
0 commit comments