diff --git a/triangle.py b/triangle.py index 9b5256d..d0e8d0f 100644 --- a/triangle.py +++ b/triangle.py @@ -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 (danfm@nyu.edu)" __copyright__ = "Copyright 2013 Daniel Foreman-Mackey" __contributors__ = [