From 3aab20b02a00213bb6265f467a7e0527d9979f68 Mon Sep 17 00:00:00 2001 From: Evgeny Ezhov Date: Sun, 23 Feb 2020 17:43:12 -0800 Subject: [PATCH] Bump version to 3.14.1 before publish --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fcbf7b2..abd81c1 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 = "3.14" +version = "3.14.1" requirements = "libxml2-dev libxslt-dev python-dev"