diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-11-17 07:15:28 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-11-17 07:37:53 +0300 |
commit | c8e964ecf0575a0fbf004249fd2ad79fe8b8f98d (patch) | |
tree | 1015b352b3f0127717e408d4fb6f09017bfd476a /contrib/python | |
parent | ef05dd5da576f90723bf75661c1efcabd9b6a3fd (diff) | |
download | ydb-c8e964ecf0575a0fbf004249fd2ad79fe8b8f98d.tar.gz |
Update contrib/python/executing to 2.0.1
Diffstat (limited to 'contrib/python')
-rw-r--r-- | contrib/python/executing/.dist-info/METADATA | 3 | ||||
-rw-r--r-- | contrib/python/executing/executing/version.py | 2 | ||||
-rw-r--r-- | contrib/python/executing/ya.make | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/contrib/python/executing/.dist-info/METADATA b/contrib/python/executing/.dist-info/METADATA index 5ec917a59e..b598e4907d 100644 --- a/contrib/python/executing/.dist-info/METADATA +++ b/contrib/python/executing/.dist-info/METADATA @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: executing -Version: 2.0.0 +Version: 2.0.1 Summary: Get the currently executing AST node of a frame, and other information Home-page: https://github.com/alexmojaki/executing Author: Alex Hall @@ -17,6 +17,7 @@ Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Programming Language :: Python :: 3.11 Classifier: Programming Language :: Python :: 3.12 +Requires-Python: >=3.5 Description-Content-Type: text/markdown License-File: LICENSE.txt Provides-Extra: tests diff --git a/contrib/python/executing/executing/version.py b/contrib/python/executing/executing/version.py index d97070a2a7..9d909dcc3c 100644 --- a/contrib/python/executing/executing/version.py +++ b/contrib/python/executing/executing/version.py @@ -1 +1 @@ -__version__ = '2.0.0'
\ No newline at end of file +__version__ = '2.0.1'
\ No newline at end of file diff --git a/contrib/python/executing/ya.make b/contrib/python/executing/ya.make index 2f9d4339d5..b676502282 100644 --- a/contrib/python/executing/ya.make +++ b/contrib/python/executing/ya.make @@ -2,7 +2,7 @@ PY3_LIBRARY() -VERSION(2.0.0) +VERSION(2.0.1) LICENSE(MIT) |