We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d80ce96 commit 84c6385Copy full SHA for 84c6385
src/SHIFT.cpp
@@ -12,7 +12,7 @@
12
PYBIND11_MODULE(shift, m)
13
{
14
m.doc() = "SHIFT-Python API";
15
- m.attr("__version__") = "2.0.0";
+ m.attr("__version__") = "2.0.1";
16
17
py::register_exception<shift::IncorrectPasswordError>(m, "IncorrectPasswordError");
18
py::register_exception<shift::ConnectionTimeoutError>(m, "ConnectionTimeoutError");
0 commit comments