diff --git a/setup.py b/setup.py index 9b07d36..60c8b61 100755 --- a/setup.py +++ b/setup.py @@ -22,7 +22,7 @@ def _read(fname): setup( name='pytest-datafiles', - version='0.2.dev0', + version='0.2', py_modules=['pytest_datafiles'], url='https://github.com/omarkohl/pytest-datafiles', license='MIT',