mirror of https://github.com/davisking/dlib.git
Add __version__ to dlib module
Only issue is that the strong is hardcoded - otherwise this is actually technically required by PEP 396
This commit is contained in:
parent
d7cac78757
commit
86e93291a0
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue