Skip to content

Commit 33739f5

Browse files
committed
bump version to 0.1.1
1 parent 623550a commit 33739f5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,14 +58,14 @@ python_functions = ["test_*"]
5858

5959
[tool.ruff]
6060
line-length = 100
61-
target-version = "py39"
61+
target-version = "0.1.1"
6262

6363
[tool.black]
6464
line-length = 100
6565
target-version = ["py39"]
6666

6767
[tool.mypy]
68-
python_version = "3.9"
68+
python_version = "0.1.1"
6969
warn_return_any = true
7070
warn_unused_configs = true
7171
disallow_untyped_defs = true

src/python_introspect/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
type resolution for framework-specific types (lazy configs, proxies, etc.)
1010
"""
1111

12-
__version__ = "0.1.0"
12+
__version__ = "0.1.1"
1313

1414
from .signature_analyzer import (
1515
SignatureAnalyzer,

0 commit comments

Comments
 (0)