Skip to content

Commit

Permalink
prepare to release 0.4
Browse files Browse the repository at this point in the history
Ignore-this: 666569763da8f6410a2693da10b02df2

darcs-hash:20150224165750-3a4db-15d5c72d8f14f57c6548be7f3d307edbbcfbcc11
  • Loading branch information
MattShannon committed Feb 24, 2015
1 parent 49d73f3 commit 2b2c707
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bandmat/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,4 +94,4 @@
from bandmat.core import *
from bandmat.tensor import *

__version__ = '0.4.dev1'
__version__ = '0.4'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run(self):

setup(
name='bandmat',
version='0.4.dev1',
version='0.4',
description='A banded matrix library for python.',
url='http://github.com/MattShannon/bandmat',
author='Matt Shannon',
Expand Down

0 comments on commit 2b2c707

Please sign in to comment.