summaryrefslogtreecommitdiffstats
path: root/contrib/python/executing/ya.make
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-09-16 14:42:04 +0300
committerrobot-piglet <[email protected]>2025-09-16 14:54:34 +0300
commit30351fcdf2948b8ea9afe9476a1b6aa2b56384d7 (patch)
treecd45037f6bcca203afed5d4759e3c034dcb40a90 /contrib/python/executing/ya.make
parent91172f9b69f179f6afba6485d257f3f026bffaa6 (diff)
Intermediate changes
commit_hash:b6c37a893bfe6bb817a0e38d120edcc594c55985
Diffstat (limited to 'contrib/python/executing/ya.make')
-rw-r--r--contrib/python/executing/ya.make3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/python/executing/ya.make b/contrib/python/executing/ya.make
index 32d111cc478..4cdb448b48d 100644
--- a/contrib/python/executing/ya.make
+++ b/contrib/python/executing/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(2.2.0)
+VERSION(2.2.1)
LICENSE(MIT)
@@ -14,6 +14,7 @@ PY_SRCS(
executing/_exceptions.py
executing/_position_node_finder.py
executing/_pytest_utils.py
+ executing/_utils.py
executing/executing.py
executing/version.py
)