From 8f4fe8be16044bec110638e8cb49ae610c2f6e95 Mon Sep 17 00:00:00 2001 From: Patrick Valsecchi Date: Tue, 12 Feb 2019 16:22:56 +0100 Subject: [PATCH] Release 3.0.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ea19b58ad..d3eaf30d5 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = '2.18.0' +VERSION = '3.0.0' HERE = os.path.abspath(os.path.dirname(__file__)) INSTALL_REQUIRES = [ pkg.split('==')[0]