Skip to content

Commit 84c6385

Browse files
authored
Version update
1 parent d80ce96 commit 84c6385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SHIFT.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
PYBIND11_MODULE(shift, m)
1313
{
1414
m.doc() = "SHIFT-Python API";
15-
m.attr("__version__") = "2.0.0";
15+
m.attr("__version__") = "2.0.1";
1616

1717
py::register_exception<shift::IncorrectPasswordError>(m, "IncorrectPasswordError");
1818
py::register_exception<shift::ConnectionTimeoutError>(m, "ConnectionTimeoutError");

0 commit comments

Comments
 (0)