Skip to content

Commit

Permalink
chore: bump python ruby and lib versions (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
korniltsev authored May 19, 2023
1 parent 64a23e0 commit 617abbf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pyroscope Profiler Agent for continuous profiling of Rust, Python and Ruby appli
"""
keywords = ["pyroscope", "profiler", "profiling", "pprof"]
authors = ["Abid Omar <[email protected]>"]
version = "0.5.5"
version = "0.5.6"
edition = "2021"
license = "Apache-2.0"
homepage = "https://pyroscope.io/docs/rust"
Expand Down
2 changes: 1 addition & 1 deletion pyroscope_ffi/python/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = pyroscope-io
version= 0.8.2
version= 0.8.3
description = Pyroscope Python integration
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down
2 changes: 1 addition & 1 deletion pyroscope_ffi/ruby/lib/pyroscope/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Pyroscope
VERSION = '0.5.6'.freeze
VERSION = '0.5.7'.freeze
end

0 comments on commit 617abbf

Please sign in to comment.