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 36db8c4 commit b81fd7dCopy full SHA for b81fd7d
setup.py
@@ -4,7 +4,7 @@
4
from setuptools import setup, find_packages, Extension
5
6
VERSION = (0, 7, 0)
7
-VERSION_STR = ".".join([str(x) for x in VERSION]),
+VERSION_STR = ".".join([str(x) for x in VERSION])
8
9
setup(
10
name='lz4',
0 commit comments