Browse Source

Update contrib/python/executing to 2.0.1

robot-contrib 1 year ago
parent
commit
c8e964ecf0

+ 2 - 1
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

+ 1 - 1
contrib/python/executing/executing/version.py

@@ -1 +1 @@
-__version__ = '2.0.0'
+__version__ = '2.0.1'

+ 1 - 1
contrib/python/executing/ya.make

@@ -2,7 +2,7 @@
 
 PY3_LIBRARY()
 
-VERSION(2.0.0)
+VERSION(2.0.1)
 
 LICENSE(MIT)