From ac2e5ba88b01df24431eb780458ceb786d0078b1 Mon Sep 17 00:00:00 2001 From: Patrick Valsecchi Date: Fri, 28 Jul 2017 15:10:24 +0200 Subject: [PATCH] Release 0.19.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b12c603ab..03a6f313c 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = '0.18.0' +VERSION = '0.19.0' HERE = os.path.abspath(os.path.dirname(__file__)) INSTALL_REQUIRES = open(os.path.join(HERE, 'requirements.txt')).read().splitlines()