From 2aa6bb7eb7ccd2847119dd62498e6ab3542c7dac Mon Sep 17 00:00:00 2001 From: stephen mcquay Date: Thu, 25 Jun 2015 16:55:34 -0700 Subject: [PATCH] bumped version, changed author --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index da21249..5a8ea09 100644 --- a/setup.py +++ b/setup.py @@ -2,13 +2,13 @@ from setuptools import setup setup( name='ostat', - version='0.1', + version='0.2', description=( 'efficient, accurate, and stable calculation of online ' 'statistical quantities.' ), url='https://s.mcquay.me/sm/py-ostat/', - author='Stephen McQuay', + author='smcquay', author_email='stephen@mcquay.me', license='MIT', packages=['ostat'],