Skip to content

Commit 1d1839a

Browse files
emerybergerclaude
andcommitted
Bump version to 0.2.5
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent eacb5a7 commit 1d1839a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.13.0)
2-
project(coz VERSION 0.2.2 LANGUAGES C CXX)
2+
project(coz VERSION 0.2.5 LANGUAGES C CXX)
33

44
enable_testing()
55

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "coz-profiler"
3-
version = "0.2.4"
3+
version = "0.2.5"
44
description = "Coz: Finding Code that Counts with Causal Profiling"
55
requires-python = ">=3.7"
66
license = {text = "BSD-2-Clause"}

0 commit comments

Comments
 (0)