Skip to content

Commit 6107d71

Browse files
committed
set cpp file encoding to UTF-8 with BOM to support windows
1 parent d935f12 commit 6107d71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def build_extensions(self):
9090

9191
setup(
9292
name='pylcs',
93-
version='0.0.4',
93+
version='0.0.5',
9494
author='Meteorix',
9595
author_email='[email protected]',
9696
url='https://github.com/Meteorix/pylcs',

src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#include <pybind11/pybind11.h>
1+
#include <pybind11/pybind11.h>
22
#include <pybind11/stl.h>
33
#include <vector>
44
#include <string>

0 commit comments

Comments
 (0)