Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cgevans committed Nov 20, 2019
1 parent 0c9f35b commit 3f75a8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -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'],
Expand Down

0 comments on commit 3f75a8b

Please sign in to comment.