Bump version to 3.14.1 before publish

This commit is contained in:
Evgeny Ezhov 2020-02-23 17:43:12 -08:00
parent 0ac3c5e55f
commit 3aab20b02a

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