From e48cad0304f2a3904f22112923b7bac7cce0def1 Mon Sep 17 00:00:00 2001 From: Kevin Conway Date: Thu, 16 Mar 2023 22:13:29 -0500 Subject: [PATCH] Bump setup.py to 0.6.0 This is in preperation to release a nushell activation script handling patch. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8327592..24c69fe 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( name="venvctrl", - version="0.5.0", + version="0.6.0", url="https://github.com/kevinconway/venvctrl", description="API for virtual environments.", author="Kevin Conway",