diff --git a/setup.py b/setup.py index c8796da17..2f9fcccf3 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name='scalene', - version='0.6.0', + version='0.6.1', description='Scalene: A high-resolution, low-overhead CPU and memory profiler for Python', long_description=long_description, long_description_content_type='text/markdown',