Skip to content

Commit

Permalink
Fixed version number issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromekelleher committed Jul 19, 2015
1 parent 9bc444e commit 4f10d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msprime/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@

from msprime.trees import * # NOQA

__version__ = '0.1.2.a1'
__version__ = '0.1.2a1'

0 comments on commit 4f10d5f

Please sign in to comment.