Skip to content

Commit b81fd7d

Browse files
committed
Fix TypeError
1 parent 36db8c4 commit b81fd7d

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
@@ -4,7 +4,7 @@
44
from setuptools import setup, find_packages, Extension
55

66
VERSION = (0, 7, 0)
7-
VERSION_STR = ".".join([str(x) for x in VERSION]),
7+
VERSION_STR = ".".join([str(x) for x in VERSION])
88

99
setup(
1010
name='lz4',

0 commit comments

Comments
 (0)