Skip to content

Commit

Permalink
Update simplesam.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 authored Jul 17, 2017
1 parent c461f12 commit 515d596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplesam.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
except ImportError: #python2
from _multiprocessing import Connection

__version__ = '0.1.0'
__version__ = '0.1.1'

class DefaultOrderedDict(OrderedDict):
def __init__(self, default, items=[]):
Expand Down

0 comments on commit 515d596

Please sign in to comment.