From ace2eaa76cdf4b95648e54d1eee3df650dfcd751 Mon Sep 17 00:00:00 2001 From: Henry Robbins Date: Mon, 14 Aug 2023 20:48:10 -0400 Subject: [PATCH] Increment version to 0.0.5 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 632f685..c66eee3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="vinal", - version="0.0.4", + version="0.0.5", author="Henry Robbins", author_email="hw.robbins@gmail.com", description="A Python package for visualizing graph algorithms.",