From ff1c71ff325ca123731acbdf96cd582c76849f59 Mon Sep 17 00:00:00 2001 From: Mark Story Date: Sat, 3 Mar 2018 00:24:34 -0500 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 04263d4d..85da39a7 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,7 @@ from setuptools import setup, find_packages PACKAGE_NAME = "lintreview" -VERSION = "2.0.0-beta3" +VERSION = "2.0.0-beta4" requirements = open('./requirements.txt', 'r')