Skip to content

Commit

Permalink
updated to version 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tisimst committed Oct 22, 2013
1 parent 92bc451 commit 13f8435
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
import os
from setuptools import setup
import pyDOE

def read(fname):
return open(os.path.join(os.path.dirname(__file__), fname)).read()

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

0 comments on commit 13f8435

Please sign in to comment.