Skip to content

Commit

Permalink
version 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tinybike committed Sep 27, 2014
1 parent 105cac2 commit 0e9c2b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Expand Up @@ -6,15 +6,15 @@

setup(
name="weightedstats",
version="0.1",
description="Weighted mean, median, and weighted median",
version="0.2",
description="Mean, weighted mean, median, weighted median",
author="Jack Peterson",
author_email="<jack@tinybike.net>",
maintainer="Jack Peterson",
maintainer_email="<jack@tinybike.net>",
license="MIT",
url="https://github.com/tensorjack/weightedstats",
download_url = "https://github.com/tensorjack/weightedstats/tarball/0.1",
download_url = "https://github.com/tensorjack/weightedstats/tarball/0.2",
packages=["weightedstats"],
keywords = ["weights", "statistics"]
keywords = ["weights", "mean", "median", "numpy", "statistics"]
)

0 comments on commit 0e9c2b6

Please sign in to comment.