Skip to content

Commit 933ca9d

Browse files
Change version '0.3.7' to '0.3.7.1'
1 parent 5440ef9 commit 933ca9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ def read(*filenames, **kwargs):
2929
sep = kwargs.get('sep', '\n')
3030
buf = []
3131
for filename in filenames:
32-
with io.open(os.path.join(here, filename)), encoding=encoding) as f:
32+
with io.open(os.path.join(here, filename), encoding=encoding) as f:
3333
buf.append(f.read())
3434
return sep.join(buf)
3535

0 commit comments

Comments
 (0)