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 d935f12 commit 6107d71Copy full SHA for 6107d71
setup.py
@@ -90,7 +90,7 @@ def build_extensions(self):
90
91
setup(
92
name='pylcs',
93
- version='0.0.4',
+ version='0.0.5',
94
author='Meteorix',
95
author_email='[email protected]',
96
url='https://github.com/Meteorix/pylcs',
src/main.cpp
@@ -1,4 +1,4 @@
1
-#include <pybind11/pybind11.h>
+#include <pybind11/pybind11.h>
2
#include <pybind11/stl.h>
3
#include <vector>
4
#include <string>
0 commit comments