We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61d0b20 commit 594a750Copy full SHA for 594a750
setup.py
@@ -58,7 +58,7 @@
58
59
setup(
60
name='pyreaper',
61
- version='0.0.8-dev',
+ version='0.0.8',
62
description='A python wrapper for REAPER (Robust Epoch And Pitch EstimatoR)',
63
long_description=long_description,
64
long_description_content_type='text/markdown',
@@ -90,7 +90,7 @@
90
"Programming Language :: Python :: 3.5",
91
"Programming Language :: Python :: 3.6",
92
"Programming Language :: Python :: 3.7",
93
- "Programming Language :: Python :: 3.8",
+ "Programming Language :: Python :: 3.8",
94
"License :: OSI Approved :: MIT License",
95
"Topic :: Scientific/Engineering",
96
"Topic :: Software Development",
0 commit comments