From 0f3dac5e0c78600ed593bdab02758972bee01061 Mon Sep 17 00:00:00 2001 From: Mathias Ose Date: Wed, 23 Nov 2016 15:15:44 +0100 Subject: [PATCH] Bump version to 1.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c911dc8..13821d2 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup -VERSION = '1.2.0' +VERSION = '1.3.0' def readme(*paths):