Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gaow committed Jun 14, 2016
1 parent 69b0aee commit 1ffb1c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
__copyright__ = "Copyright 2016, Stephens lab"
__email__ = "[email protected]"
__license__ = "MIT"
__version__ = "0.1.1"
__version__ = "0.1.0"
import sys
_py_ver = sys.version_info
if _py_ver.major == 2 or (_py_ver.major == 3 and (_py_ver.minor, _py_ver.micro) < (5, 0)):
Expand Down

0 comments on commit 1ffb1c0

Please sign in to comment.