Skip to content

Commit

Permalink
Wrong six package import. Preparing release 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ratoaq2 committed Jun 5, 2017
1 parent ad3a4c3 commit b7b4e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion knowit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from __future__ import unicode_literals

__title__ = 'knowit'
__version__ = '0.2.0'
__version__ = '0.2.1'
__short_version__ = '.'.join(__version__.split('.')[:2])
__author__ = 'Rato AQ2'
__license__ = 'MIT'
Expand Down
2 changes: 1 addition & 1 deletion knowit/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
from collections import namedtuple
from logging import NullHandler, getLogger

from pip._vendor.six import text_type
from pkg_resources import resource_stream
from six import text_type
import yaml

from .serializer import get_yaml_loader
Expand Down

0 comments on commit b7b4e91

Please sign in to comment.