Commit 86e93291 authored by Patrick Snape's avatar Patrick Snape

Add __version__ to dlib module

Only issue is that the strong is hardcoded - otherwise
this is actually technically required by PEP 396
parent d7cac787
......@@ -29,6 +29,8 @@ BOOST_PYTHON_MODULE(dlib)
// since it is full of huge amounts of template clutter.
boost::python::docstring_options options(true,true,false);
boost::python::scope().attr("__version__") = "18.18";
bind_matrix();
bind_vector();
bind_svm_c_trainer();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment