Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
Fix setup
Browse files Browse the repository at this point in the history
  • Loading branch information
algrs committed Feb 13, 2017
1 parent a9f3e03 commit 4ca8f9a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion blmath/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.0'
__version__ = '1.0.1'
4 changes: 4 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@
packages=[
'blmath',
'blmath/geometry',
'blmath/geometry/primitives',
'blmath/geometry/transform',
'blmath/numerics',
'blmath/numerics/linalg',
'blmath/util',
],
ext_modules=[
Extension('blmath.numerics.linalg.cholmod',
Expand Down

0 comments on commit 4ca8f9a

Please sign in to comment.