diff --git a/README.md b/README.md index f44605a..224f893 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ by the Evans Foundation. Version Info ============ +v1.0.1: Licensing information added. + v1.0.0: scikits.bootstrap now uses pyerf, which means that it doesn't actually need scipy at all. It should work with PyPy, has some improved error and warning messages, and should be a bit faster in many cases. The old diff --git a/setup.py b/setup.py index eda0651..da1fc9c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name = "scikits.bootstrap", - version = "1.0.0", + version = "1.0.1", packages = find_packages(), install_requires = ['numpy', 'pyerf'],