Skip to content

Commit

Permalink
Bumping version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Jun 19, 2014
1 parent 321d727 commit 1233cab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion triangle.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from __future__ import print_function, absolute_import, unicode_literals

__all__ = ["corner", "hist2d", "error_ellipse"]
__version__ = "0.0.6"
__version__ = "0.1.0"
__author__ = "Dan Foreman-Mackey ([email protected])"
__copyright__ = "Copyright 2013 Daniel Foreman-Mackey"
__contributors__ = [
Expand Down

0 comments on commit 1233cab

Please sign in to comment.