Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Mar 29, 2015
1 parent 9339c82 commit 06a4ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scout.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""
__author__ = 'Charles Leifer'
__kitty__ = 'Huey'
__version__ = '0.1.5'
__version__ = '0.1.6'

try:
from functools import reduce
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import scout
VERSION = scout.__version__
except ImportError:
VERSION = '0.1.5'
VERSION = '0.1.6'

setup(
name='scout',
Expand Down

0 comments on commit 06a4ca4

Please sign in to comment.