diff --git a/MANIFEST.in b/MANIFEST.in index 01679e1d..bbb89e4c 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -1,4 +1,4 @@ -include AUTHORS CHANGES INSTALL LICENSE README.rst +include AUTHORS CHANGES INSTALL LICENSE README.rst tox.ini recursive-include scikits *.h recursive-include demos *.py recursive-include tests *.py diff --git a/setup.py b/setup.py index d421a47b..c1de55a4 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ from setuptools import setup NAME = 'scikits.cuda' -VERSION = '0.5.0a1' +VERSION = '0.5.0a2' AUTHOR = 'Lev Givon' AUTHOR_EMAIL = 'lev@columbia.edu' URL = 'https://github.com/lebedov/scikits.cuda/'