Skip to content

Commit

Permalink
Merge branch 'release/v2.0.2rc3'
Browse files Browse the repository at this point in the history
  • Loading branch information
dante.l committed Jun 23, 2023
2 parents 3f77e42 + 74a642d commit 2f5e3df
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buffalo/algo/options.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from aurochs.misc import aux
from buffalo.misc import aux


class AlgoOption(aux.InputOptions):
Expand Down
2 changes: 1 addition & 1 deletion buffalo/misc/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
from buffalo.misc._aux import aux
import buffalo.misc._aux as aux
from buffalo.misc.log import get_log_level, get_logger, set_log_level
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = buffalo
version = 2.0.2rc2
version = 2.0.2rc3
author = recoteam
author_email = [email protected]
url = https://github.com/kakao/buffalo
Expand Down

0 comments on commit 2f5e3df

Please sign in to comment.