Skip to content

Commit

Permalink
Bumped version 0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Wentz committed Nov 17, 2014
1 parent 5e5124e commit d9bb67b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elastimorphic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .base import Indexable, PolymorphicIndexable, SearchManager # noqa

__version__ = "0.1.6"
__version__ = "0.1.7"
__all__ = [PolymorphicIndexable, SearchManager]

default_app_config = "elastimorphic.apps.ElastimorphicConfig"

0 comments on commit d9bb67b

Please sign in to comment.