From 0dfc7c202e49e7a44ee00d2226ef49f88a539d00 Mon Sep 17 00:00:00 2001 From: Geoffrey Yu Date: Mon, 25 Jul 2022 22:49:21 -0400 Subject: [PATCH] [Release] Set Conductor version to 0.6.0 This commit marks the sixth feature release of Conductor. --- src/conductor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conductor/__init__.py b/src/conductor/__init__.py index 8ca42f6..6d2fd75 100644 --- a/src/conductor/__init__.py +++ b/src/conductor/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.5.0+dev" +__version__ = "0.6.0" __author__ = "Geoffrey Yu" __email__ = "geoffxy@gmail.com"