bumped version, changed author
This commit is contained in:
parent
fefb0ab1a4
commit
2aa6bb7eb7
4
setup.py
4
setup.py
@ -2,13 +2,13 @@ from setuptools import setup
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='ostat',
|
name='ostat',
|
||||||
version='0.1',
|
version='0.2',
|
||||||
description=(
|
description=(
|
||||||
'efficient, accurate, and stable calculation of online '
|
'efficient, accurate, and stable calculation of online '
|
||||||
'statistical quantities.'
|
'statistical quantities.'
|
||||||
),
|
),
|
||||||
url='https://s.mcquay.me/sm/py-ostat/',
|
url='https://s.mcquay.me/sm/py-ostat/',
|
||||||
author='Stephen McQuay',
|
author='smcquay',
|
||||||
author_email='stephen@mcquay.me',
|
author_email='stephen@mcquay.me',
|
||||||
license='MIT',
|
license='MIT',
|
||||||
packages=['ostat'],
|
packages=['ostat'],
|
||||||
|
Loading…
Reference in New Issue
Block a user