Skip to content

Commit

Permalink
0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed Mar 15, 2016
1 parent 67b23c9 commit 9d5e973
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.3.2'
__version__ = '0.4.0'

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.3.2'
VERSION = '0.4.0'

setup(
name='scout',
Expand Down

0 comments on commit 9d5e973

Please sign in to comment.