Skip to content

Commit

Permalink
up version: 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
piskvorky committed Aug 16, 2013
1 parent d7a2f54 commit 5828b0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.txt
@@ -1,6 +1,10 @@
Changes
=======

0.2.1

* better numpy/scipy dependency resolution (Jason Yan)

0.2.0

* fixes to the new Cython installation process
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -20,7 +20,7 @@
def setup_package():
META_DATA = dict(
name = 'sparsesvd',
version = '0.2.0',
version = '0.2.1',
description = 'Python module that wraps SVDLIBC, a library for sparse Singular Value Decomposition.',
long_description = open(os.path.join(os.path.dirname(__file__), 'README.rst')).read(),
license = 'BSD',
Expand Down

0 comments on commit 5828b0a

Please sign in to comment.