Skip to content

Commit

Permalink
version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aebrahim committed Apr 16, 2013
1 parent 5932d3a commit 82d580a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cobra/__init__.py
@@ -1,5 +1,5 @@
import sys
__version__ = '0.2.0'
__version__ = '0.2.1'
from os import name as __name
if __name == 'java':
#raise Exception("Experimental modules of numpy/scipy for java that are" +\
Expand Down
2 changes: 1 addition & 1 deletion setup.py
@@ -1,7 +1,7 @@
import ez_setup
ez_setup.use_setuptools()
from setuptools import setup, find_packages
__version = '0.2.0'
__version = '0.2.1'

setup(
name = "cobra",
Expand Down

0 comments on commit 82d580a

Please sign in to comment.