Skip to content

Commit

Permalink
Bump version 0.2.3 -> 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisseto committed Sep 12, 2017
1 parent 4ed0c86 commit 7b940f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from include.query import IncludeQuerySet
from include.manager import IncludeManager

__version__ = '0.2.3'
__version__ = '0.2.4'
__all__ = ('IncludeManager', 'IncludeQuerySet', )

default_app_config = 'include.IncludeConfig'
Expand Down

0 comments on commit 7b940f1

Please sign in to comment.