Skip to content

Commit

Permalink
rolling out release
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhyduke committed Jul 4, 2012
1 parent 72548d7 commit c986232
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cobra/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import sys
__version__ = '0.1.0.b1'
__version__ = '0.1.0'
from os import name as __name
if __name == 'java':
#raise Exception("Experimental modules of numpy/scipy for java that are" +\
Expand Down
7 changes: 6 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,12 @@
package_data = {

'': ['*.txt', '*.html','LICENSE','README','test/data/*',
'documentation(/*)+[(html)|(txt)|(png)|(css)|(gif)|(js)]',
'documentation/doctrees/*', 'documentation/html/*html',
'documentation/html/_static/*', 'documentation/html/_sources/*',
'documentation/html/_modules/*html',
'documentation/html/_modules/*html',
'documentation/html/_modules/*/*html',
'documentation/html/_modules/*/*/*html',
'examples/*py']},

author = "Daniel Robert Hyduke",
Expand Down

0 comments on commit c986232

Please sign in to comment.