Bump version to 3.14 and prepare to release

This commit is contained in:
Evgeny Ezhov 2020-01-31 21:02:43 -08:00
parent fe4e56caad
commit eced3b5fe5

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.14" version = "3.14"
requirements = "libxml2-dev libxslt-dev python-dev" requirements = "libxml2-dev libxslt-dev python-dev"