Skip to content

Commit 424dfb3

Browse files
authored
Fix/1.4.4 (#12)
* fix(perf): optimize snippet rendering and report explain range stats for 1.4.x * chore(repo): update pre-commit workflow and sync 1.4.4 docs/changelog * fix(version): bump version
1 parent 31269ee commit 424dfb3

2 files changed

Lines changed: 118 additions & 118 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "codeclone"
7-
version = "1.4.3"
7+
version = "1.4.4"
88
description = "AST and CFG-based code clone detector for Python focused on architectural duplication"
99
readme = { file = "README.md", content-type = "text/markdown" }
1010
license = { text = "MIT" }

0 commit comments

Comments
 (0)