Skip to content

Commit

Permalink
Merge branch 'master' into build-wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Dec 27, 2021
2 parents ce7cd07 + 3285281 commit 14eda4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bbi/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@

del cbbi, _bbi

__version__ = '0.3.1'
__version__ = '0.3.2'
4 changes: 2 additions & 2 deletions bbi/cbbi.pyx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!python
#cython: embedsignature=True
from six.moves.urllib.request import urlopen
from six.moves.urllib.parse import urlparse
from urllib.request import urlopen
from urllib.parse import urlparse
from collections import OrderedDict
import io
import os.path as op
Expand Down

0 comments on commit 14eda4f

Please sign in to comment.