Skip to content

Commit

Permalink
bump version, make new release compat with Py3
Browse files Browse the repository at this point in the history
  • Loading branch information
cgevans committed May 21, 2014
1 parent ac83466 commit 1ca9369
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,13 @@ should actually look; please let me know if you think the package should be
organized differently.

The package is licensed under the Modified BSD License.

Version Info
============

v0.3.2: This version contains various fixes to allow compatibility with Python
3.3. While I have not used the package extensively with Python 3, all
tests now pass, and importing works properly. The compatibility changes
slightly modify the output of bootstrap_indexes, from a Python list to
a Numpy array that can be iterated over in the same manner. This should
only be important in extremely unusual situations.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages
setup(
name = "scikits.bootstrap",
version = "0.3.1",
version = "0.3.2",
packages = find_packages(),

# Project uses reStructuredText, so ensure that the docutils get
Expand Down

0 comments on commit 1ca9369

Please sign in to comment.