From 3501fcc1c87d20c29c1421782cf3168ea82a12db Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Thu, 14 Sep 2017 04:47:28 -0400 Subject: [PATCH] master is now 0.3 development --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 51c61877..83aa9e00 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from distutils.util import convert_path from fnmatch import fnmatchcase from setuptools import setup, find_packages -version = '0.2.1' +version = '0.3.0' # Provided as an attribute, so you can append to these instead # of replicating them: