Skip to content

Commit

Permalink
bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
joealcorn committed May 5, 2019
1 parent 137a611 commit b8e8188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laboratory/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
from .exceptions import LaboratoryException, MismatchException
from .experiment import Experiment

__version__ = '1.0.1'
__version__ = '1.0.2'

__all__ = ('Experiment', 'LaboratoryException', 'MismatchException')

0 comments on commit b8e8188

Please sign in to comment.