Skip to content

Commit

Permalink
updated to version 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tisimst committed Sep 13, 2013
1 parent 3c38935 commit adcb4db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyDOE/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"""
__author__ = 'Abraham Lee'
__version__ = '0.2'
__version__ = '0.2.1'

from doe_box_behnken import *
from doe_composite import *
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ def read(fname):

setup(
name='pyDOE',
version='0.2',
version='0.2.1',
author='Abraham Lee',
author_email='[email protected]',
description='Design of experiments for Python',
Expand Down

0 comments on commit adcb4db

Please sign in to comment.