summaryrefslogtreecommitdiffstats
path: root/contrib/python/executing/ya.make
diff options
context:
space:
mode:
authorrobot-piglet <[email protected]>2025-02-06 09:44:56 +0300
committerrobot-piglet <[email protected]>2025-02-06 10:00:51 +0300
commita6c9550f60a1663b0dfa661f909c3f78d9435be5 (patch)
tree4eb505d8cfd4eec3162795035b46cfa32e5331fb /contrib/python/executing/ya.make
parented56e2e58e962572b47d0e7c9abca6a751178168 (diff)
Intermediate changes
commit_hash:b431fc94a39861d987569e88bb97ba7e6187f7e5
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 b437b26981c..32d111cc478 100644
--- a/contrib/python/executing/ya.make
+++ b/contrib/python/executing/ya.make
@@ -2,7 +2,7 @@
PY3_LIBRARY()
-VERSION(2.1.0)
+VERSION(2.2.0)
LICENSE(MIT)
@@ -13,6 +13,7 @@ PY_SRCS(
executing/__init__.py
executing/_exceptions.py
executing/_position_node_finder.py
+ executing/_pytest_utils.py
executing/executing.py
executing/version.py
)