From b21d474e9d7e14a0fbbf658bb882e12b8706eefc Mon Sep 17 00:00:00 2001 From: Julian Hess Date: Fri, 24 Apr 2020 13:27:03 -0400 Subject: [PATCH] Revert "Bump minor version one step to indicate... breaking changes" Julian is an idiot and forgot that he already bumped to version 0.9 in the previous commit. --- canine/orchestrator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canine/orchestrator.py b/canine/orchestrator.py index 9511bd35..084cab7b 100644 --- a/canine/orchestrator.py +++ b/canine/orchestrator.py @@ -13,7 +13,7 @@ import numpy as np import pandas as pd from agutil import status_bar -version = '0.10.0' +version = '0.9.0' ADAPTERS = { 'Manual': ManualAdapter,