Skip to content

Commit 6a48321

Browse files
committed
Update version string
codetracer-python-recorder/Cargo.lock: codetracer-python-recorder/Cargo.toml: pyproject.toml: uv.lock: Signed-off-by: Tzanko Matev <[email protected]>
1 parent c59994d commit 6a48321

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

codetracer-python-recorder/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codetracer-python-recorder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resolver = "2"
55

66
[package]
77
name = "codetracer-python-recorder"
8-
version = "0.1.0"
8+
version = "0.2.0"
99
edition = "2021"
1010
license = "MIT"
1111
description = "Rust-backed Python module for CodeTracer recording (PyO3)"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "codetracer-python-recorders"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
requires-python = ">=3.8"
55
dependencies = []
66

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)