Skip to content

Commit

Permalink
Incremented version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
henryrobbins committed Sep 29, 2024
1 parent d2a7686 commit 7238d20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name="vinal",
version="0.0.5",
version="0.0.6",
author="Henry Robbins",
author_email="[email protected]",
description="A Python package for visualizing graph algorithms.",
Expand All @@ -29,4 +29,4 @@
'typing>=3.7',
],
python_requires='>=3.8',
)
)

0 comments on commit 7238d20

Please sign in to comment.