Update before release 0.11

This commit is contained in:
Evgeny Ezhov 2019-03-30 09:35:21 +03:00
parent e576958f4b
commit 1c43adb5bd

View file

@ -6,7 +6,7 @@ from setuptools import setup, find_packages
from setuptools.command.install import install as InstallCommand from setuptools.command.install import install as InstallCommand
from setuptools.command.test import test as TestCommand from setuptools.command.test import test as TestCommand
version = "0.10" version = "0.11"
requirements = "libxml2-dev libxslt-dev python-dev" requirements = "libxml2-dev libxslt-dev python-dev"