Skip to content

Commit 0ffdb5d

Browse files
committed
chore: version bump v1.1.1
1 parent effff96 commit 0ffdb5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
66
name = 'mutahunter'
77
description = "LLM Mutation Testing for any programming language"
88
requires-python = ">= 3.11"
9-
version = "1.1.0"
9+
version = "1.1.1"
1010
dependencies = [
1111
"tree-sitter==0.21.3",
1212
'tree_sitter_languages==1.10.2',

src/mutahunter/core/mutator.py

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

77
from jinja2 import Template
88
from tqdm import tqdm
9-
9+
from grep_ast import filename_to_lang
1010
from mutahunter.core.analyzer import Analyzer
1111
from mutahunter.core.coverage_processor import CoverageProcessor
1212
from mutahunter.core.entities.config import MutatorConfig

0 commit comments

Comments
 (0)