Skip to content

Commit

Permalink
Revert "Bump minor version one step to indicate...
Browse files Browse the repository at this point in the history
breaking changes"

Julian is an idiot and forgot that he already bumped to version 0.9 in the
previous commit.
  • Loading branch information
julianhess committed Apr 24, 2020
1 parent fcb6e9b commit b21d474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canine/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit b21d474

Please sign in to comment.