Skip to content

Commit

Permalink
Merge pull request #44 from thombashi/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
thombashi authored Jul 27, 2016
2 parents 88b86fa + 9c337e6 commit 81ac6ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dataproperty/_property_extractor.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
.. codeauthor:: Tsuyoshi Hombashi <gogogo.vm@gmail.com>
"""

from six.moves import zip

from ._data_property import DataProperty
from ._data_property import ColumnDataProperty
from ._function import is_empty_sequence
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

setuptools.setup(
name=project_name,
version="0.8.0",
version="0.8.1",
url="https://github.com/thombashi/" + project_name,
bugtrack_url="https://github.com/thombashi/{:s}/issues".format(
project_name),
Expand Down

0 comments on commit 81ac6ac

Please sign in to comment.