Skip to content

Commit

Permalink
pushing to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
dfm committed Jan 17, 2013
1 parent 432c232 commit 51512d2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -3,3 +3,4 @@
*.png
*.egg-info
*.pdf
dist
1 change: 1 addition & 0 deletions MANIFEST.in
@@ -0,0 +1 @@
include README.rst LICENSE
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -14,7 +14,7 @@


setup(
name="triangle.py",
name="triangle_plot",
version=version,
author="Daniel Foreman-Mackey",
author_email="danfm@nyu.edu",
Expand Down
2 changes: 1 addition & 1 deletion triangle.py
Expand Up @@ -4,7 +4,7 @@
from __future__ import print_function, absolute_import, unicode_literals

__all__ = ["corner", "hist2d", "error_ellipse"]
__version__ = "0.0.1"
__version__ = "0.0.2"
__author__ = "Dan Foreman-Mackey (danfm@nyu.edu)"
__copyright__ = "Copyright 2013 Daniel Foreman-Mackey"
__contributors__ = [ # Alphabetical by first name.
Expand Down

0 comments on commit 51512d2

Please sign in to comment.