diff --git a/setup.py b/setup.py index e4c41e7..fcbf7b2 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from setuptools import setup, find_packages from setuptools.command.install import install as InstallCommand from setuptools.command.test import test as TestCommand -version = "0.14" +version = "3.14" requirements = "libxml2-dev libxslt-dev python-dev"