Skip to content

Commit

Permalink
Version bump for doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 authored Sep 17, 2019
1 parent 7f3bb96 commit e21ffaa
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.3'
__version__ = '0.1.3.1'

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

0 comments on commit e21ffaa

Please sign in to comment.