From 7549640d938c7a2ad1ee4746ec9d0ed8548d444b Mon Sep 17 00:00:00 2001 From: John Vivian Date: Fri, 20 Apr 2018 15:23:57 -0700 Subject: [PATCH] 4.0.0 Release --- version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.py b/version.py index 941dd14..97f0129 100644 --- a/version.py +++ b/version.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -version = '3.4.0a1' +version = '4.0.0' required_versions = {'toil': '>=3.12.0', 'pyyaml': '>=3.11'}