diff --git a/setup.py b/setup.py index 0e7a040853d52d67960e4a4e3fcb0a280b9e6382..d11add481e4372483b089771f7f75c215da97396 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ os.chdir(os.path.normpath(os.path.join(os.path.abspath(__file__), os.pardir))) setup( name='ticdesk', - version='0.8dev0', + version='0.8', packages=find_packages(), include_package_data=True, author='Teckids e.V.',