From 82d580ae7fc1b1385943b813c6cb2b2a1a1e3cce Mon Sep 17 00:00:00 2001 From: Ali Ebrahim Date: Mon, 15 Apr 2013 21:14:34 -0700 Subject: [PATCH] version 0.2.1 --- cobra/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cobra/__init__.py b/cobra/__init__.py index 85bf4f40b..4a8e617de 100644 --- a/cobra/__init__.py +++ b/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" +\ diff --git a/setup.py b/setup.py index 6382edc5b..e4bdb6c82 100644 --- a/setup.py +++ b/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",