Skip to content

Commit 35fb63f

Browse files
codewizdaveclaude
andcommitted
Fix __init__.py to export eval_typing
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 985c128 commit 35fb63f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/typemap/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "typemap"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "PEP 827 type manipulation library"
55
requires-python = ">=3.14"
66
dependencies = [
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from typemap.type_eval import eval_typing

0 commit comments

Comments
 (0)