commit | ccb949ac138b5320a7adc103ddf0ea31ea373bf2 | [log] [tgz] |
---|---|---|
author | Lalit Maganti <lalitm@google.com> | Mon Apr 11 12:42:27 2022 +0100 |
committer | Lalit Maganti <lalitm@google.com> | Mon Apr 11 12:42:27 2022 +0100 |
tree | 179d273bd8841050a4451bd51385c750c4562bc3 | |
parent | 06f638cf6004feb20392c233d5984a2a52bc7993 [diff] [blame] |
tp: release python library 0.5.0 Change-Id: I16daff42e989c0bfbc8b4a363d795d867476a283 Bug: 228518252
diff --git a/python/setup.py b/python/setup.py index 19d30dd..15ccfd1 100644 --- a/python/setup.py +++ b/python/setup.py
@@ -8,7 +8,7 @@ ], package_data={'perfetto.trace_processor': ['*.descriptor']}, include_package_data=True, - version='0.4.0', + version='0.5.0', license='apache-2.0', description='Python API for Perfetto\'s Trace Processor', author='Perfetto',