From 92ff979dfa32d69de6a6fc1f809790c3961c692c Mon Sep 17 00:00:00 2001 From: Garret Wassermann Date: Tue, 24 Oct 2017 04:04:00 -0400 Subject: [PATCH] Set dev version to 0.3.0-dev --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6b2a1c26..76fa2d6d 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.2' +version = '0.3.0.dev1' # Provided as an attribute, so you can append to these instead # of replicating them: