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 118b14e commit 54179e9Copy full SHA for 54179e9
setup.py
@@ -7,7 +7,7 @@
7
from setuptools.command.test import test as TestCommand
8
from setuptools.command.install import install as InstallCommand
9
10
-version = "1.0.6"
+version = "1.0.7"
11
requirements = "libxml2-dev libxslt-dev python-dev libcurl4-openssl-dev python-pycurl"
12
13
class Install(InstallCommand):
0 commit comments