Skip to content

Commit 26ec8e3

Browse files
committed
Bump version to 0.2.2
1 parent b944fcc commit 26ec8e3

4 files changed

Lines changed: 3 additions & 1393 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
[![License](https://img.shields.io/github/license/pydevtools/TestIQ)](LICENSE)
88
[![Code Quality](https://img.shields.io/badge/quality-A%2B-brightgreen)](reports/duplicates.html)
99

10-
**TestIQ v0.2.1** - Catch duplicate and redundant tests before they pollute your codebase. Perfect for AI-generated test suites.
10+
**TestIQ v0.2.2** - Catch duplicate and redundant tests before they pollute your codebase. Perfect for AI-generated test suites.
1111

1212
<p align="center">
1313
<img src="https://raw.githubusercontent.com/pydevtools/TestIQ/main/docs/screenshots/testiq_test_dup.png" alt="TestIQ Duplicate Detection" width="800"/>

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "testiq"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
description = "TestIQ - Intelligent test analysis for finding duplicate and redundant tests using coverage analysis"
55
readme = "README.md"
66
authors = [

src/testiq/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Find duplicate and redundant tests using coverage analysis.
55
"""
66

7-
__version__ = "0.2.1"
7+
__version__ = "0.2.2"
88

99
from testiq.analyzer import CoverageData, CoverageDuplicateFinder
1010

0 commit comments

Comments
 (0)