From 1f494811ef77e3fc030c99ece193838037cc9077 Mon Sep 17 00:00:00 2001 From: Geoffrey Yu Date: Sat, 30 Oct 2021 17:19:04 -0400 Subject: [PATCH] [Release] Set Conductor version to 0.4.0 This commit marks the fourth 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 36bb562..05767aa 100644 --- a/src/conductor/__init__.py +++ b/src/conductor/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.3.0+dev" +__version__ = "0.4.0" __author__ = "Geoffrey Yu" __email__ = "geoffxy@gmail.com"