We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a22d205 commit dc2c298Copy full SHA for dc2c298
1 file changed
src/DatabaseLibrary/__init__.py
@@ -265,6 +265,7 @@ class DatabaseLibrary(ConnectionManager, Query, Assertion):
265
"""
266
267
ROBOT_LIBRARY_SCOPE = "GLOBAL"
268
+ ROBOT_LIBRARY_VERSION = __version__
269
270
def __init__(self, log_query_results=True, log_query_results_head=50):
271
0 commit comments