From 69e0d83035c4a7d403f1c11d4d69e6bc6f1ccec3 Mon Sep 17 00:00:00 2001 From: Geoffrey Yu Date: Sun, 16 May 2021 13:58:18 -0400 Subject: [PATCH] [Release] Set Conductor version to 0.3.0 This commit marks the third 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 5289903..c35cf74 100644 --- a/src/conductor/__init__.py +++ b/src/conductor/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.0+dev" +__version__ = "0.3.0" __author__ = "Geoffrey Yu" __email__ = "geoffxy@gmail.com"