Skip to content

Commit

Permalink
Bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgeni Litvin committed Jul 19, 2018
1 parent 73d8187 commit a23e046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dataset_toolkit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
import abc

__version__ = '0.1.0'
__version__ = '0.1.1'

class PredicateBase(object):
""" Base class for row predicates """
Expand Down

0 comments on commit a23e046

Please sign in to comment.