From 7db1cfd27415383507f937c8936cf02ce2ee1100 Mon Sep 17 00:00:00 2001 From: Evgeny Ezhov Date: Tue, 17 Dec 2019 13:52:58 +0300 Subject: [PATCH] Bump version to 0.14 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d278cc7..c7dde81 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.13" +version = "0.14" requirements = "libxml2-dev libxslt-dev python-dev"