From 594a750d3c58248e759c9d7c3f13ffde2db2303a Mon Sep 17 00:00:00 2001 From: Ryuichi Yamamoto Date: Sat, 30 May 2020 22:10:34 +0900 Subject: [PATCH] prepare for v0.0.8 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 8b3f754..5127075 100644 --- a/setup.py +++ b/setup.py @@ -58,7 +58,7 @@ setup( name='pyreaper', - version='0.0.8-dev', + version='0.0.8', description='A python wrapper for REAPER (Robust Epoch And Pitch EstimatoR)', long_description=long_description, long_description_content_type='text/markdown', @@ -90,7 +90,7 @@ "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", - "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.8", "License :: OSI Approved :: MIT License", "Topic :: Scientific/Engineering", "Topic :: Software Development",