From 4a3fc7c81a17c1ae7f2d086d5d453579a57bf877 Mon Sep 17 00:00:00 2001 From: Patrick Valsecchi Date: Wed, 8 May 2019 07:51:50 +0200 Subject: [PATCH] Release 2.19.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f83e318d2..c2d78bd56 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = '2.19.1' +VERSION = '2.19.2' HERE = os.path.abspath(os.path.dirname(__file__)) INSTALL_REQUIRES = [ pkg.split('==')[0]