Skip to content

Commit 6f0033a

Browse files
committed
bump versions
1 parent c6ecc5f commit 6f0033a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyroscope_cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Pyroscope Profiler CLI
55
"""
66
keywords = ["pyroscope", "profiler", "cli"]
77
authors = ["Abid Omar <[email protected]>"]
8-
version = "0.2.7"
8+
version = "0.2.8"
99
edition = "2021"
1010
license = "Apache-2.0"
1111
homepage = "https://pyroscope.io"

pyroscope_ffi/python/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = pyroscope-io
3-
version= 0.8.4
3+
version= 0.8.5
44
description = Pyroscope Python integration
55
long_description = file: README.md
66
long_description_content_type = text/markdown
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Pyroscope
2-
VERSION = '0.5.9'.freeze
2+
VERSION = '0.5.10'.freeze
33
end

0 commit comments

Comments
 (0)