From 64591c62515ef5551807776de22297588f45a638 Mon Sep 17 00:00:00 2001 From: Dan Leehr Date: Mon, 4 Mar 2019 15:55:43 -0500 Subject: [PATCH] Raise version to 0.3.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 35742fc..96ec9a5 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ # version checking derived from https://github.com/levlaz/circleci.py/blob/master/setup.py from setuptools.command.install import install -VERSION = '0.2.1' +VERSION = '0.3.0' TAG_ENV_VAR = 'CIRCLE_TAG' with open("README.md", "r") as fh: