Signed-off-by: Yordan Karadzhov (VMware) <y.karadz@xxxxxxxxx> --- setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.py b/setup.py index c9c0142..21c627f 100644 --- a/setup.py +++ b/setup.py @@ -84,8 +84,8 @@ def main(): libraries=['kshark']) setup(name='tracecruncher', - version='0.1.0', - description='NumPy based interface for accessing tracing data in Python.', + version='0.2.0', + description='Interface for accessing Linux tracing data in Python.', author='Yordan Karadzhov (VMware)', author_email='y.karadz@xxxxxxxxx', url='https://github.com/vmware/trace-cruncher', @@ -93,7 +93,7 @@ def main(): packages=find_packages(), ext_modules=[module_ft, module_data, module_ks], classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Programming Language :: Python :: 3', ] ) -- 2.32.0