Skip to content

Commit 5b0214d

Browse files
committed
bump to 1.0.7
1 parent ff2b502 commit 5b0214d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

codet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
- Code hotspot analysis to identify frequently modified areas.
1212
"""
1313

14-
__version__ = "1.0.6"
14+
__version__ = "1.0.7"

setup.py

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

66
setup(
77
name="codet",
8-
version="1.0.6",
8+
version="1.0.7",
99
author="clemente0620",
1010
author_email="clemente0620@gmail.com",
1111
description="A cross-platform command-line tool for file processing and Git repository analysis with support for commit history tracking, code hotspot detection, and customizable filtering options",

0 commit comments

Comments
 (0)