Skip to content

Commit

Permalink
Bump version for PyPI
Browse files Browse the repository at this point in the history
  • Loading branch information
mdshw5 committed Apr 15, 2016
1 parent 16723ff commit 48e7e9d
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 @@ -23,7 +23,7 @@
except ImportError: #python2
from _multiprocessing import Connection

__version__ = '0.0.2'
__version__ = '0.0.3'

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

0 comments on commit 48e7e9d

Please sign in to comment.