Skip to content
Snippets Groups Projects
Commit d461a1fe authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

added __version__ to python module

parent c2b2323c
Branches
Tags
No related merge requests found
......@@ -76,3 +76,6 @@ cdef class PyDataBrokerFactory:
def create_server_broker(server_name,source_path,beamtime_id,token,timeout):
factory = PyDataBrokerFactory()
return factory.create_server_broker(_bytes(server_name),_bytes(source_path),_bytes(beamtime_id),_bytes(token),timeout)
__version__ = "@ASAPO_VERSION_PYTHON@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment