Skip to content

Commit 82d580a

Browse files
committed
version 0.2.1
1 parent 5932d3a commit 82d580a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cobra/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import sys
2-
__version__ = '0.2.0'
2+
__version__ = '0.2.1'
33
from os import name as __name
44
if __name == 'java':
55
#raise Exception("Experimental modules of numpy/scipy for java that are" +\

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import ez_setup
22
ez_setup.use_setuptools()
33
from setuptools import setup, find_packages
4-
__version = '0.2.0'
4+
__version = '0.2.1'
55

66
setup(
77
name = "cobra",

0 commit comments

Comments
 (0)